pub trait LeEqU16: Unsigned + IsLessOrEqual<U16, Output = True> { }
Implemented for all Unsigned integers ≤ 16.
Unsigned