Function parse_hex_or_decimal

Source
fn parse_hex_or_decimal(maybe_hex_string: &str) -> Result<u64, String>