Enum user_agent_parser::UserAgentParserError [−][src]
pub enum UserAgentParserError { ScanError(ScanError), IOError(IOError), RegexError(RegexError), IncorrectSource, }
Expand description
Possible errors of UserAgentParser
.
Variants
Tuple Fields of ScanError
0: ScanError
Tuple Fields of IOError
0: IOError
Tuple Fields of RegexError
0: RegexError
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.