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

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

Implemented for all Unsigned integers ≤ 64.

Implementors