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