[−][src]Trait indy_utils::pack::KeyLookup
A trait for custom key lookup implementations used by unpack
Required methods
pub fn find<'a>(
self,
key: &'a Vec<EncodedVerKey>
) -> Pin<Box<dyn Future<Output = Option<(usize, PrivateKey)>> + Send + 'a>> where
'f: 'a,
self,
key: &'a Vec<EncodedVerKey>
) -> Pin<Box<dyn Future<Output = Option<(usize, PrivateKey)>> + Send + 'a>> where
'f: 'a,