Function parse_u64_hex

Source
pub fn parse_u64_hex(hex: &str) -> Result<u64, ParseIntError>
Expand description

Parse a hexadecimal 0x prefixed string e.g. 0x1234 into a u64