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