[][src]Trait indy_utils::pack::KeyLookup

pub trait KeyLookup<'f> {
    pub fn find<'a>(
        self,
        key: &'a Vec<EncodedVerKey>
    ) -> Pin<Box<dyn Future<Output = Option<(usize, PrivateKey)>> + Send + 'a>>
    where
        'f: 'a
; }

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, 

Loading content...

Implementors

Loading content...