::core::ops::

Trait BitOr

pub trait BitOr {
fn bit_or(self, rhs: Self) -> Self;
}