Function parse_u32_hex

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

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