Trait HexUint
trait HexUint: Default + Shl<Self, Output = Self> + Add<Self, Output = Self> + From<u8>
Metadata for parsing hex numbers, see hex_uint
Implementors
impl HexUint for u8impl HexUint for u64impl HexUint for u16impl HexUint for u128impl HexUint for u32