pub trait IsGreaterPrivate<Rhs, Cmp> {
type Output: Bit;
// Required method
fn is_greater_private(self, _: Rhs, _: Cmp) -> Self::Output;
}pub trait IsGreaterPrivate<Rhs, Cmp> {
type Output: Bit;
// Required method
fn is_greater_private(self, _: Rhs, _: Cmp) -> Self::Output;
}