Skip to main content

RenderContext

Type Alias RenderContext 

Source
pub type RenderContext = HashMap<String, String>;
Expand description

Initial variable bindings for one render operation.

Values in this map are available before top-level context defaults and named rules. A render may still update them with overwrite bindings such as {alias:=rule}.

Aliased Typeยง

pub struct RenderContext { /* private fields */ }