Module fluent::resolve [] [src]

The ResolveValue trait resolves Fluent AST nodes to FluentValues.

This is an internal API used by MessageContext 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.

Traits

ResolveValue

Converts an AST node to a FluentValue.