Trait logic::ops::Xor [] [src]

pub trait Xor<T, RHS> {
    fn xor(self, rhs: RHS) -> Expr<T>;
}

Required Methods

Implementors