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