Module fluent::types [] [src]

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 MessageContext instance if required.

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

Enums

FluentValue

Value types which can be formatted to a String.