Int
winnow
0.5.40
Int
Implementations on Foreign Types
i128
i16
i32
i64
i8
Object Safety
Implementors
In winnow::ascii
Structs
Caseless
Traits
HexUint
Int
Uint
Functions
alpha0
alpha1
alphanumeric0
alphanumeric1
crlf
dec_int
dec_uint
digit0
digit1
escaped
escaped_transform
float
hex_digit0
hex_digit1
hex_uint
line_ending
multispace0
multispace1
newline
not_line_ending
oct_digit0
oct_digit1
space0
space1
tab
till_line_ending
?
Settings
Trait
winnow
::
ascii
::
Int
Copy item path
source
·
[
−
]
pub trait Int:
Uint
{ }
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
Implementors
§