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