Trait std::ops::BitXor

pub trait BitXor<RHS, Result> {
    fn bitxor(&self, rhs: &RHS) -> Result;
}

Required Methods

fn bitxor(&self, rhs: &RHS) -> Result

Implementors