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