Trait hash_trie::traits::HasherBv[][src]

pub trait HasherBv<B, V>: Default + 'static {
    fn hash(&self, value: &V) -> B;
}
Expand description

HasherBv provides a generalization of the Hasher trait to support different word sizes for the hash values.

Required methods

Implementors