[][src]Module fluent_bundle::types

The FluentValue enum represents values which can be formatted to a String.

The ResolveValue trait from the resolve module evaluates AST nodes into FluentValues which can then be formatted to Strings using the i18n formatters stored by the FluentBundle instance if required.

The arguments HashMap passed to FluentBundle::format should also use FluentValues as values of arguments.

Enums

FluentValue

Value types which can be formatted to a String.