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