pub type GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output;
Expand description
Alias for the associated type of IsGreaterOrEqual
:
GrEq<A, B> = <A as IsGreaterOrEqual<B>>::Output
Layoutยง
Note: Encountered an error during type layout; the type failed to be normalized.