[][src]Module fluent_bundle::resolve

The ResolveValue trait resolves Fluent AST nodes to FluentValues.

This is an internal API used by FluentBundle to evaluate Messages, Attributes and other AST nodes to FluentValues which can be then formatted to strings.

Structs

Env

State for a single ResolveValue::to_value call.

Enums

ResolverError

Traits

ResolveValue

Converts an AST node to a FluentValue.