Type Definition fluent_bundle::FluentBundle[][src]

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.