Type Definition typenum::operator_aliases::NotEq
source · pub 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
pub type NotEq<A, B> = <A as IsNotEqual<B>>::Output;
Alias for the associated type of IsNotEqual
: NotEq<A, B> = <A as IsNotEqual<B>>::Output