[][src]Trait hash32::BuildHasher

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

See core::hash::BuildHasher for details

Associated Types

Loading content...

Required methods

Loading content...

Implementors

impl<H> BuildHasher for BuildHasherDefault<H> where
    H: Default + Hasher
[src]

type Hasher = H

Loading content...