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