Enum security_framework::item::SearchResult [−][src]
pub enum SearchResult {
Ref(Reference),
Dict(CFDictionary),
Data(Vec<u8>),
Other,
}Expand description
An individual search result.
Variants
A reference to the Security Framework object, if asked for.
Tuple Fields of Ref
0: ReferenceA dictionary of data about the Security Framework object, if asked for.
Tuple Fields of Dict
0: CFDictionaryThe Security Framework object as bytes, if asked for.
An unknown representation of the Security Framework object.