Trait tract_hir::internal::DynHash[][src]

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

Required methods

Implementations on Foreign Types

Implementors