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

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

An extension trait adding OSX specific functionality to ItemSearchOptions.

Required methods

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

Search within the specified keychains.

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

Implementors

impl ItemSearchOptionsExt for ItemSearchOptions[src]

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