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

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

Implemented for all Unsigned integers ≤ 32.

Implementors