parse_hex_u32

Function parse_hex_u32 

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

Parse hex string to u32.

ยงErrors

Returns an error if the hex string cannot be parsed as u32.