Trait wide::CmpLt[][src]

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

Associated Types

Required methods

Implementors