Trait security_framework::os::macos::item::ItemSearchOptionsExt
source · pub trait ItemSearchOptionsExt {
// Required method
fn keychains(&mut self, keychains: &[SecKeychain]) -> &mut Self;
}
Expand description
An extension trait adding OSX specific functionality to ItemSearchOptions
.
Required Methods§
sourcefn keychains(&mut self, keychains: &[SecKeychain]) -> &mut Self
fn keychains(&mut self, keychains: &[SecKeychain]) -> &mut Self
Search within the specified keychains.
If this is not called, the default keychain will be searched.
Object Safety§
This trait is not object safe.