Trait hash32::BuildHasher[][src]

pub trait BuildHasher {
    type Hasher: Hasher;
    fn build_hasher(&self) -> Self::Hasher;
}
Expand description

See core::hash::BuildHasher for details

Associated Types

Required methods

Implementors