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