Trait wide::CmpLt

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

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

Required Associated Types§

Required Methods§

source

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

Implementors§