Type Alias fluent_bundle::FluentBundle
source · pub type FluentBundle<R> = FluentBundle<R, IntlLangMemoizer>;
Expand description
Specialized FluentBundle
over
non-concurrent IntlLangMemoizer
.
This is the basic variant of the FluentBundle
.
The concurrent specialization can be constructed with
FluentBundle::new_concurrent
.
Aliased Type§
struct FluentBundle<R> {
pub locales: Vec<LanguageIdentifier>,
/* private fields */
}
Fields§
§locales: Vec<LanguageIdentifier>