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

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

Implemented for all Unsigned integers ≤ 128.

Implementors