Trait wide::CmpEq

source ·
pub trait CmpEq<Rhs = Self> {
    type Output;

    // Required method
    fn cmp_eq(self, rhs: Rhs) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn cmp_eq(self, rhs: Rhs) -> Self::Output

Implementors§