pub type Lookup<'a, H, Q> = Lookup<'a, Layout<H>, Q>;
Querying interface, as in trie_db but less generic.
trie_db