pub type TrieDB<'a, 'cache, H> = TrieDB<'a, 'cache, LayoutV1<H>>;
Persistent trie database read-access interface for the a given hasher.
Read only V1 and V0 are compatible, thus we always use V1.