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

An entity which persists Trie values at their hashes.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<K, V> TrieStore<K, V> for InMemoryTrieStore

source§

impl<K, V> TrieStore<K, V> for LmdbTrieStore