BuiltinInteger

Trait BuiltinInteger 

Source
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.

Implementations on Foreign Types§

Source§

impl BuiltinInteger for i8

Source§

impl BuiltinInteger for i16

Source§

impl BuiltinInteger for i32

Source§

impl BuiltinInteger for i64

Source§

impl BuiltinInteger for i128

Source§

impl BuiltinInteger for u8

Source§

impl BuiltinInteger for u16

Source§

impl BuiltinInteger for u32

Source§

impl BuiltinInteger for u64

Source§

impl BuiltinInteger for u128

Implementors§