[−]Type Definition amethyst_locale::FluentArgs
type FluentArgs<'args> = HashMap<&'args str, FluentValue<'args>, RandomState>;
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>, RandomState>;
A map of arguments passed from the code to the localization to be used for message formatting.