pub trait DynPartialEq { // Required methods fn box_eq(&self, other: &dyn Any) -> bool; fn as_any(&self) -> &dyn Any; }