Enum unic_langid::LanguageIdentifierError [−][src]
pub enum LanguageIdentifierError {
Unknown,
ParserError(ParserError),
}
Expand description
Enum with errors that can be returned by LanguageIdentifier.
Variants
Unknown
An unknown error - currently covers all-but parser errors.
ParserError(ParserError)
A parser error.
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.