[−][src]Type Definition fluent_bundle::FluentArgs
type FluentArgs<'args> = HashMap<&'args str, FluentValue<'args>>;
A map of arguments passed from the code to the localization to be used for message formatting.
type FluentArgs<'args> = HashMap<&'args str, FluentValue<'args>>;
A map of arguments passed from the code to the localization to be used for message formatting.