Trait sp_trie::AsHashDB

source ·
pub trait AsHashDB<H: Hasher>: AsHashDB<H, DBValue> { }
Expand description

Reexport from hash_db, with genericity set for Hasher trait.

Implementors§

source§

impl<H: Hasher, T: AsHashDB<H, DBValue>> AsHashDB<H> for T