hex_to_u64

Function hex_to_u64 

Source
fn hex_to_u64<'de, D>(de: D) -> Result<u64, D::Error>
where D: Deserializer<'de>,