Struct fluent::resolve::Env [] [src]

pub struct Env<'env> {
    pub ctx: &'env MessageContext<'env>,
    pub args: Option<&'env HashMap<&'env str, FluentValue>>,
}

State for a single ResolveValue::to_value call.

Fields

The current MessageContext instance.

The current arguments passed by the developer.