referrerpolicy=no-referrer-when-downgrade

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 */ }