Skip to main content

BuildHasherTotalExt

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,

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§