typenum::operator_aliases

Type Alias 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

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.