Trait wide::CmpEq[][src]

pub trait CmpEq<Rhs = Self> {
    type Output;
    fn cmp_eq(self, rhs: Rhs) -> Self::Output;
}

Associated Types

Required methods

Implementors