[][src]Trait sp_trie::AsHashDB

pub trait AsHashDB<H: Hasher>: AsHashDB<H, DBValue> { }

Reexport from hash_db, with genericity set for Hasher trait.

Implementors

impl<H: Hasher, T: AsHashDB<H, DBValue>> AsHashDB<H> for T[src]

Loading content...