Type Definition sp_trie::GenericMemoryDB
source · [−]pub type GenericMemoryDB<H, KF> = MemoryDB<H, KF, DBValue, NoopTracker<DBValue>>;
Expand description
Reexport from hash_db
, with genericity set for Hasher
trait.
pub type GenericMemoryDB<H, KF> = MemoryDB<H, KF, DBValue, NoopTracker<DBValue>>;
Reexport from hash_db
, with genericity set for Hasher
trait.