Trait BuildHasherTotalExt

Source
pub trait BuildHasherTotalExt: BuildHasher {
    // Provided method
    fn tot_hash_one<T>(&self, x: T) -> u64
       where T: TotalHash,
             Self: Sized,
             <Self as BuildHasher>::Hasher: Hasher { ... }
}

Provided Methods§

Source

fn tot_hash_one<T>(&self, x: T) -> u64
where T: TotalHash, Self: Sized, <Self as BuildHasher>::Hasher: Hasher,

Implementors§