Trait phf_mut::PerfectHash [] [src]

pub trait PerfectHash {
    type K;
    fn hash(&self, k: Self::K) -> usize;
    fn size(&self) -> usize;
}

The perfect hash function to be used in all further constructions.

Associated Types

Required Methods

Implementors