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

Implemented for all Unsigned integers ≤ 16.

Implementors