Trait odht::HashFn[][src]

pub trait HashFn: Eq {
    fn hash(bytes: &[u8]) -> u32;
}
Expand description

This trait represents hash functions as used by HashTable and HashTableOwned.

Required methods

Implementors