TrieDBMutV0

Type Alias TrieDBMutV0 

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

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

Aliased Typeยง

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