Searched defs:from_hex (Results 1 – 3 of 3) sorted by relevance
15 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() function
52 def from_hex(hex): function
365 pub fn from_hex(hex_str: &str) -> Result<Vec<u8>, String> { in from_hex() function