pub trait HexUint: Default + Shl<Self, Output = Self> + Add<Self, Output = Self> + From<u8> { }
Expand description
Metadata for parsing hex numbers, see hex_uint
pub trait HexUint: Default + Shl<Self, Output = Self> + Add<Self, Output = Self> + From<u8> { }
Metadata for parsing hex numbers, see hex_uint