pub trait NumHash {
    fn num_hash<H: Hasher>(&self, state: &mut H);
}

Required methods

Implementors