parse_hex_u64

Function parse_hex_u64 

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

Parse hex string to u64.

ยงErrors

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