Trait tract_core::internal::DynHash[][src]

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

Required methods

Implementors