security_framework::os::macos::item

Trait 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§

Source

fn keychains(&mut self, keychains: &[SecKeychain]) -> &mut Self

Search within the specified keychains.

If this is not called, the default keychain will be searched.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§