Trait eos_rs::api::fixed::extra::LeEqU64

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

Implemented for all Unsigned integers ≤ 64.

Implementors§

source§

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