Type Definition sp_trie::trie_types::TrieDBMutV0
source · pub type TrieDBMutV0<'a, H> = TrieDBMut<'a, LayoutV0<H>>;
Expand description
Persistent trie database write-access interface for the a given hasher.
pub type TrieDBMutV0<'a, H> = TrieDBMut<'a, LayoutV0<H>>;
Persistent trie database write-access interface for the a given hasher.