pub trait ExPartialEq<Rhs: ?Sized> {
    type ExternalTraitSpecificationFor: PartialEq<Rhs>;
}

Required Associated Types§

Implementors§