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