Integer
num_
conv
0.1.0
Integer
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In num_
conv::
sealed
num_conv
::
sealed
Trait
Integer
Copy item path
Source
pub trait Integer { }
Implementations on Foreign Types
§
Source
§
impl
Integer
for
i8
Source
§
impl
Integer
for
i16
Source
§
impl
Integer
for
i32
Source
§
impl
Integer
for
i64
Source
§
impl
Integer
for
i128
Source
§
impl
Integer
for
isize
Source
§
impl
Integer
for
u8
Source
§
impl
Integer
for
u16
Source
§
impl
Integer
for
u32
Source
§
impl
Integer
for
u64
Source
§
impl
Integer
for
u128
Source
§
impl
Integer
for
usize
Implementors
§