Skip to main content

Bundle

Type Alias Bundle 

Source
pub type Bundle = FluentBundle<FluentResource, IntlLangMemoizer>;
Expand description

Specifies a FluentBundle with concurrency features enabled.

See https://github.com/projectfluent/fluent-rs/issues/299.

Aliased Type§

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

Fields§

§locales: Vec<LanguageIdentifier>