Trait winnow::ascii::HexUint

source ·
pub trait HexUint: Default + Shl<Self, Output = Self> + Add<Self, Output = Self> + From<u8> { }
Expand description

Metadata for parsing hex numbers, see hex_uint

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl HexUint for u8

source§

impl HexUint for u16

source§

impl HexUint for u32

source§

impl HexUint for u64

source§

impl HexUint for u128

Implementors§