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