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