Type Definition Lookup
sp_trie
type Lookup<'a, L, Q> = Lookup<'a, L, Q>;
Querying interface, as in trie_db but less generic.
trie_db