Type Definition sp_trie::HashDB [−][src]
pub type HashDB<'a, H> = dyn HashDB<H, DBValue> + 'a;Expand description
Reexport from hash_db, with genericity set for Hasher trait.
pub type HashDB<'a, H> = dyn HashDB<H, DBValue> + 'a;Reexport from hash_db, with genericity set for Hasher trait.