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