pub trait ParseHex { fn parse_hex(input: &str) -> Result<Self, ParseError> where Self: Sized; }
Parse a value from a number encoded as a hex string.
Parse the value from hex.