pub type TrieDBMutV0<'a, H> = TrieDBMut<'a, LayoutV0<H>>;
Persistent trie database write-access interface for a given hasher.
struct TrieDBMutV0<'a, H> { /* private fields */ }