Enum gettextrs::TextDomainError [−][src]
Variants
InvalidLocale(String)
The locale is malformed.
TranslationNotFound(String)
The translation for the requested language could not be found or the search path is empty.
Trait Implementations
impl Debug for TextDomainError
[src]
impl Debug for TextDomainError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for TextDomainError
[src]
impl PartialEq for TextDomainError
fn eq(&self, other: &TextDomainError) -> bool
[src]
fn eq(&self, other: &TextDomainError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &TextDomainError) -> bool
[src]
fn ne(&self, other: &TextDomainError) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for TextDomainError
impl Send for TextDomainError
impl Sync for TextDomainError
impl Sync for TextDomainError