Trait security_framework::os::macos::keychain::SecKeychainExt[][src]

pub trait SecKeychainExt {
    fn default() -> Result<SecKeychain>;
fn open<P: AsRef<Path>>(path: P) -> Result<SecKeychain>;
fn unlock(&mut self, password: Option<&str>) -> Result<()>; }
Expand description

Deprecated.

Required methods

fn default() -> Result<SecKeychain>[src]

Deprecated.

fn open<P: AsRef<Path>>(path: P) -> Result<SecKeychain>[src]

Deprecated.

fn unlock(&mut self, password: Option<&str>) -> Result<()>[src]

Deprecated.

Implementors

impl SecKeychainExt for SecKeychain[src]

fn default() -> Result<SecKeychain>[src]

fn open<P: AsRef<Path>>(path: P) -> Result<SecKeychain>[src]

fn unlock(&mut self, password: Option<&str>) -> Result<()>[src]