logo
pub trait TrieStore<K, V>: Store<Digest, Trie<K, V>> { }
Expand description

An entity which persists Trie values at their hashes.

Implementors