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<()>;
}

Deprecated.

Required Methods

Deprecated.

Deprecated.

Deprecated.

Implementors