Type Definition libp2p::multihash::typenum::Xor [−][src]
type Xor<A, B> = <A as BitXor<B>>::Output;
Alias for the associated type of BitXor
: Xor<A, B> = <A as BitXor<B>>::Output
type Xor<A, B> = <A as BitXor<B>>::Output;
Alias for the associated type of BitXor
: Xor<A, B> = <A as BitXor<B>>::Output