Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Xor

Type Alias Xor 

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

Alias for the associated type of BitXor: Xor<A, B> = <A as BitXor<B>>::Output