Type Definition sc_network::multiaddr::multihash::typenum::Xor [−]
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