pub trait DynOperatorEq: SealedEq { // Required method fn dyn_operator_eq(&self, other: &dyn Any) -> bool; }