pub type Xnor<P, Q> = Not<Xor<P, Q>>;
Composes Not and Xor.
Not
Xor
pub struct Xnor<P, Q> { /* private fields */ }