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

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

Implemented for all Unsigned integers ≤ 8.

Implementors