Trait AsHashDB
sp_trie
pub trait AsHashDB<H: Hasher>: AsHashDB<H, DBValue> { }
Reexport from hash_db, with genericity set for Hasher trait.
hash_db
Hasher
impl<H: Hasher, T: AsHashDB<H, DBValue>> AsHashDB<H> for T