typenum::operator_aliases

Type Alias Eq

Source
pub type Eq<A, B> = <A as IsEqual<B>>::Output;
Expand description

Alias for the associated type of IsEqual: Eq<A, B> = <A as IsEqual<B>>::Output

Layoutยง

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