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
fn default() -> Result<SecKeychain>
Deprecated.
fn open<P: AsRef<Path>>(path: P) -> Result<SecKeychain>
Deprecated.
fn unlock(&mut self, password: Option<&str>) -> Result<()>
Deprecated.
Implementors
impl SecKeychainExt for SecKeychain