Trait winnow::ascii::Uint

source ·
pub trait Uint: Default { }
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 i8

Deprecated since v0.5.17

source§

impl Uint for i16

Deprecated since v0.5.17

source§

impl Uint for i32

Deprecated since v0.5.17

source§

impl Uint for i64

Deprecated since v0.5.17

source§

impl Uint for i128

Deprecated since v0.5.17

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

Implementors§