Struct security_framework::os::macos::passwords::SecKeychainItemPassword [−][src]
pub struct SecKeychainItemPassword { /* fields omitted */ }
Expand description
Password slice. Use .as_ref()
to get &[u8]
or .to_owned()
to get Vec<u8>