pub trait LeEqU32: Unsigned + IsLessOrEqual<U32, Output = True> { }
Implemented for all Unsigned integers ≤ 32.
Unsigned