Trait type_level_logic::strong::boolean::BoolXor []

pub trait BoolXor<B: Bool>: Bool {
    type Output: Bool;
}

Boolean Xor. Use as Xor<X, Y> or <X as BoolXor<Y>>::Output.

Associated Types

Implementors