pub fn render_config_rule_structured_with_context(
config: Value,
rule_name: &str,
context: RenderContext,
) -> Result<CopperlaceValue, RenderError>Expand description
Compiles a parsed configuration root value and renders one object-valued rule with initial context.