pub trait DynHash: DynEq { // Required methods fn as_dyn_eq(&self) -> &dyn DynEq; fn dyn_hash(&self, state: &mut dyn Hasher); }