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