Type Definition sp_trie::trie_types::Lookup
source · pub type Lookup<'a, 'cache, H, Q> = Lookup<'a, 'cache, LayoutV1<H>, Q>;
Expand description
Querying interface, as in trie_db
but less generic.
pub type Lookup<'a, 'cache, H, Q> = Lookup<'a, 'cache, LayoutV1<H>, Q>;
Querying interface, as in trie_db
but less generic.