Type Definition sp_trie::trie_types::Lookup [−][src]
pub type Lookup<'a, H, Q> = Lookup<'a, Layout<H>, Q>;Expand description
Querying interface, as in trie_db but less generic.
pub type Lookup<'a, H, Q> = Lookup<'a, Layout<H>, Q>;Querying interface, as in trie_db but less generic.