☰
Uint
winnow
0.5.15
Uint
Implementations on Foreign Types
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In winnow::ascii
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
?
Trait
winnow
::
ascii
::
Uint
source
·
[
−
]
pub trait Uint:
Default
{ }
Expand description
Metadata for parsing unsigned integers, see
dec_uint
Implementations on Foreign Types
§
source
§
impl
Uint
for
i32
source
§
impl
Uint
for
u8
source
§
impl
Uint
for
i8
source
§
impl
Uint
for
i16
source
§
impl
Uint
for
u128
source
§
impl
Uint
for
u32
source
§
impl
Uint
for
i128
source
§
impl
Uint
for
u64
source
§
impl
Uint
for
u16
source
§
impl
Uint
for
i64
Implementors
§