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