TrieDBMut

Type Alias TrieDBMut 

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

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

Aliased Typeยง

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