Type Definition tp_trie::PrefixedMemoryDB[][src]

type PrefixedMemoryDB<H> = MemoryDB<H, PrefixedKey<H>, DBValue, NoopTracker<DBValue>>;

Reexport from hash_db, with genericity set for Hasher trait. This uses a KeyFunction for prefixing keys internally (avoiding key conflict for non random keys).