pub type TrieDB<'a, H> = TrieDB<'a, Layout<H>>;
Persistent trie database read-access interface for the a given hasher.