referrerpolicy=no-referrer-when-downgrade

TrieDBMut

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§

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