Type Definition fluent_bundle::FluentBundle [−][src]
type FluentBundle<R> = FluentBundle<R, IntlLangMemoizer>;
Specialized FluentBundle over
non-concurrent IntlLangMemoizer.
This is the basic variant of the FluentBundle.
The concurrent specialization, can be constructed with
FluentBundle::new_concurrent.