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

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

Implemented for all Unsigned integers ≤ 32.

Implementors