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