pub trait VecHashSingle {
    fn _vec_hash_single(self, k: u64) -> u64;

    fn get_k(random_state: RandomState) -> u64 { ... }
}
Expand description

Ensure that the same hash is used as with VecHash.

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§