wide

Trait CmpGt

Source
pub trait CmpGt<Rhs = Self> {
    type Output;

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

Required Associated Types§

Required Methods§

Source

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

Implementors§