Xor

Type Alias Xor 

Source
pub type Xor<A, B> = <A as Bool>::Xor<B>;
Expand description

Result of the boolean xor between Self and B.