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