winnow
0.6.5
Int
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
Object Safety
Implementors
In winnow::ascii
?
Trait
winnow
::
ascii
::
Int
source
·
[
−
]
pub trait Int:
Sized
{ }
Expand description
Metadata for parsing signed integers, see
dec_int
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Int
for
i8
source
§
impl
Int
for
i16
source
§
impl
Int
for
i32
source
§
impl
Int
for
i64
source
§
impl
Int
for
i128
source
§
impl
Int
for
isize
Implementors
§