Trait eos_rs::api::fixed::extra::LeEqU32

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

Implemented for all Unsigned integers ≤ 32.

Implementors§

source§

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