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