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