pub trait LeEqU128: Unsigned + IsLessOrEqual<U128, Output = True> { }
Implemented for all Unsigned integers ≤ 128.
Unsigned