☰
Int
Implementations on Foreign Types
i128
i16
i32
i64
i8
Implementors
In winnow::character
?
Trait
winnow
::
character
::
Int
source
·
[
−
]
pub trait Int:
Uint
{ }
Expand description
Metadata for parsing signed integers, see
dec_int
Implementations on Foreign Types
§
source
§
impl
Int
for
i64
source
§
impl
Int
for
i128
source
§
impl
Int
for
i32
source
§
impl
Int
for
i8
source
§
impl
Int
for
i16
Implementors
§