pub trait PrivateSetBit<I, B> {
type Output;
// Required method
fn private_set_bit(self, _: I, _: B) -> Self::Output;
}pub trait PrivateSetBit<I, B> {
type Output;
// Required method
fn private_set_bit(self, _: I, _: B) -> Self::Output;
}