Searched defs:ParseIntError (Results 1 – 4 of 4) sorted by relevance
32 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_unicode()63 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_escaped_char()
13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex()
128 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument