pub trait DynHash {
    fn dyn_hash(&self, state: &mut dyn Hasher);
}

Required Methods

Implementors