Type Alias fluent_static::fluent_bundle::FluentBundle

source ·
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§

struct FluentBundle<R> {
    pub locales: Vec<LanguageIdentifier>,
    /* private fields */
}

Fields§

§locales: Vec<LanguageIdentifier>