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