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