winnow
0.6.22
Uint
Implementations on Foreign Types
u128
u16
u32
u64
u8
usize
Object Safety
Implementors
In winnow::
ascii
winnow
::
ascii
Trait
Uint
Copy item path
source
pub trait Uint:
Sized
{ }
Expand description
Metadata for parsing unsigned integers, see
dec_uint
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Uint
for
u8
source
§
impl
Uint
for
u16
source
§
impl
Uint
for
u32
source
§
impl
Uint
for
u64
source
§
impl
Uint
for
u128
source
§
impl
Uint
for
usize
Implementors
§