pub trait DynOperatorHash: SealedHash { // Required method fn dyn_operator_hash(&self, state: &mut dyn Hasher); }