Trait wide::CmpGt[][src]

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

Associated Types

Required methods

Implementors