Trait wide::CmpNe

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

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

Required Associated Types§

Required Methods§

source

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

Implementors§