Searched defs:ParseIntError (Results 1 – 9 of 9) 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()
70 enum class ParseIntError { enum
13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex()
28 ParseIntError { enumerator
73 ParseIntError, enumerator
23 ParseIntError, enumerator
27 ParseIntError, enumerator
1006 fn parse_version(version_str: &str) -> Result<Version, Option<ParseIntError>> { in parse_version()
64 ParseIntError(#[from] ParseIntError), enumerator