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

Provided Methods§

Implementors§