pub trait BuiltinInteger: Sealed { }Expand description
Trait that is only implemented for u8, u16, u32, u64, u128 and their signed
counterparts i8, i16, i32, i64, i128.
pub trait BuiltinInteger: Sealed { }Trait that is only implemented for u8, u16, u32, u64, u128 and their signed
counterparts i8, i16, i32, i64, i128.