Trait fixed::types::extra::LeEqU16[][src]

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

Implemented for all Unsigned integers ≤ 16.

Implementors