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