pub type PrefixedMemoryDB<H, RS = RandomState> = MemoryDB<H, PrefixedKey<H>, DBValue, RS>;
Expand description
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).
Aliased Type§
struct PrefixedMemoryDB<H, RS = RandomState> { /* private fields */ }