pub type InMemoryBackend<H> = TrieBackend<PrefixedMemoryDB<H>, H>;
Expand description

Trie backend with in-memory storage.

Aliased Type§

struct InMemoryBackend<H> { /* private fields */ }