Type Definition tet_libp2p::core::multiaddr::multihash::typenum::Xor[]

type Xor<A, B> = <A as BitXor<B>>::Output;

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