::
core::
ops::
Trait
Or
pub trait Or {
fn
or
(self, rhs: Self) -> Self;
}