Type Alias FluentBundle
pub type FluentBundle<R> = FluentBundle<R, IntlLangMemoizer>;Expand description
Specialized FluentBundle over
concurrent [IntlLangMemoizer].
A concurrent FluentBundle can be constructed with the
FluentBundle::new_concurrent method.
See FluentBundle for the non-concurrent specialization.
Aliased Type§
pub struct FluentBundle<R> {
pub locales: Vec<LanguageIdentifier>,
/* private fields */
}Fields§
§locales: Vec<LanguageIdentifier>