Type Definition sp_trie::Lookup

source ·
pub type Lookup<'a, 'cache, L, Q> = Lookup<'a, 'cache, L, Q>;
Expand description

Querying interface, as in trie_db but less generic.