pub trait LeEqU8: Unsigned + IsLessOrEqual<U8, Output = True> { }
Expand description

Implemented for all Unsigned integers ≤ 8.

Implementors