[][src]Trait security_framework::os::macos::item::ItemSearchOptionsExt

pub trait ItemSearchOptionsExt {
    fn keychains(&mut self, keychains: &[SecKeychain]) -> &mut Self;
}

An extension trait adding OSX specific functionality to ItemSearchOptions.

Required methods

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

Search within the specified keychains.

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

Loading content...

Implementors

impl ItemSearchOptionsExt for ItemSearchOptions[src]

Loading content...