Trait eos_rs::api::fixed::extra::LeEqU128

source ·
pub trait LeEqU128: Unsigned + IsLessOrEqual<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, Output = B1> { }
Expand description

Implemented for all Unsigned integers ≤ 128.

Implementors§

source§

impl<T> LeEqU128 for Twhere T: Unsigned + IsLessOrEqual<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, Output = B1>,