logo

Type Definition libp2p::multihash::typenum::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