Searched defs:TranslationBundleError (Results 1 – 1 of 1) sorted by relevance
54 pub enum TranslationBundleError { enum71 impl fmt::Display for TranslationBundleError { implementation93 impl Error for TranslationBundleError { implementation107 impl From<(FluentResource, Vec<ParserError>)> for TranslationBundleError { implementation113 impl From<Vec<FluentError>> for TranslationBundleError { implementation133 ) -> Result<Option<Lrc<FluentBundle>>, TranslationBundleError> { in fluent_bundle() argument