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§
impl Uint for i8
Deprecated since v0.5.17
impl Uint for i16
Deprecated since v0.5.17
impl Uint for i32
Deprecated since v0.5.17
impl Uint for i64
Deprecated since v0.5.17
impl Uint for i128
Deprecated since v0.5.17