use core::fmt::Debug; use displaydoc::Display; use icu_provider::DataError;
#[cfg(feature = "std")] impl std::error::Error for LocaleTransformError {}
/// A list of error outcomes for various operations in this module. /// /// Re-exported as [`Error`](crate::Error). #[derive(Display, Debug, Copy, Clone, PartialEq)] #[non_exhaustive] pubenum LocaleTransformError { /// An error originating inside of the [data provider](icu_provider). #[displaydoc("{0}")]
Data(DataError),
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.