pub trait BitOrFrom<Lhs = Self> {
// Required method
fn bitor_from(&mut self, lhs: Lhs);
}
Expand description
Bitwise or
with assignment to the rhs operand.
pub trait BitOrFrom<Lhs = Self> {
// Required method
fn bitor_from(&mut self, lhs: Lhs);
}
Bitwise or
with assignment to the rhs operand.