Trait wide::CmpNe[][src]

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

Associated Types

Required methods

Implementors