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 { ... }
}
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 { ... }
}