referrerpolicy=no-referrer-when-downgrade
sp_trie::trie_types

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§

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