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 TextDomainErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for TextDomainError[src]
impl PartialEq for TextDomainErrorfn eq(&self, other: &TextDomainError) -> bool[src]
fn eq(&self, other: &TextDomainError) -> boolThis 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) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for TextDomainError
impl Send for TextDomainErrorimpl Sync for TextDomainError
impl Sync for TextDomainError