Type Alias TrieDBMut

Source
pub type TrieDBMut<'a, L> = TrieDBMut<'a, L>;
Expand description

Persistent trie database write-access interface for a given hasher.

Aliased Typeยง

struct TrieDBMut<'a, L> { /* private fields */ }