pub fn render_config_rule_with_context_and_options(
config: Value,
rule_name: &str,
context: RenderContext,
options: RenderOptions,
) -> Result<String, RenderError>Expand description
Compiles a parsed configuration root value and renders one rule with initial context and render options.