referrerpolicy=no-referrer-when-downgrade

TrieDBMutV1

Type Alias TrieDBMutV1 

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

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

Aliased Type§

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