pub trait DynEq: DynPartialEq { }
A dynamic-dispatch version of the Eq trait. Implemented for every type that implements Any + Eq.
Eq
Any