pub type InMemoryBackend<H> = TrieBackend<PrefixedMemoryDB<H>, H>;
Expand description
Trie backend with in-memory storage.
Aliased Typeยง
struct InMemoryBackend<H> { /* private fields */ }
pub type InMemoryBackend<H> = TrieBackend<PrefixedMemoryDB<H>, H>;
Trie backend with in-memory storage.
struct InMemoryBackend<H> { /* private fields */ }