Trait BitOr
pub trait BitOr {
// Required methods
pub fn bitor(self, other: Self) -> Self;
}
Required methods
pub fn bitor(self, other: Self) -> Self
pub trait BitOr {
// Required methods
pub fn bitor(self, other: Self) -> Self;
}
pub fn bitor(self, other: Self) -> Self
impl BitOr for boolimpl BitOr for i16impl BitOr for i32impl BitOr for i64impl BitOr for i8impl BitOr for u1impl BitOr for u128impl BitOr for u16impl BitOr for u32impl BitOr for u64impl BitOr for u8