Searched defs:GuidFromStrError (Results 1 – 8 of 8) sorted by relevance
20 pub enum GuidFromStrError { enum31 impl Default for GuidFromStrError { implementation37 impl Display for GuidFromStrError { implementation
120 impl std::error::Error for GuidFromStrError {} implementation
69 ) -> Result<u8, GuidFromStrError> { in parse_byte_from_ascii_str_at() argument
244 pub const fn try_parse(s: &str) -> Result<Self, GuidFromStrError> { in try_parse() argument