Searched defs:ParseIntError (Results 1 – 6 of 6) sorted by relevance
6 fn decode_hex(s: &str) -> std::result::Result<Vec<u8>, std::num::ParseIntError> { in decode_hex()14 fn parse_cbor_me(example: &str) -> std::result::Result<Vec<u8>, std::num::ParseIntError> { in parse_cbor_me()
15 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex()
122 fn parse_hex(input: &str) -> Result<u64, std::num::ParseIntError> { in parse_hex()
54 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
23 ParseIntError, enumerator
1003 fn parse_version(version_str: &str) -> Result<Version, Option<ParseIntError>> { in parse_version()