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

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

Deprecated.

Required methods

fn default() -> Result<SecKeychain>

Deprecated.

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

Deprecated.

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

Deprecated.

Loading content...

Implementors

impl SecKeychainExt for SecKeychain[src]

Loading content...