pub type GenericMemoryDB<H, KF, RS = RandomState> = MemoryDB<H, KF, DBValue, RS>;Expand description
Reexport from hash_db, with genericity set for Hasher trait.
Aliased Typeยง
pub struct GenericMemoryDB<H, KF, RS = RandomState> { /* private fields */ }