pub trait LeEqU8: Unsigned + IsLessOrEqual<U8, Output = True> { }
Implemented for all Unsigned integers ≤ 8.
Unsigned