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