Trait polars_utils::HashSingle
source · pub trait HashSingle: BuildHasher {
fn hash_single<T: Hash>(&self, x: T) -> u64
where
Self: Sized,
{ ... }
}
pub trait HashSingle: BuildHasher {
fn hash_single<T: Hash>(&self, x: T) -> u64
where
Self: Sized,
{ ... }
}