pub fn render_component_with_format_and_renderer<F: OutputFormat<Output = String>>(
component: &ProcTemplateComponent,
fmt: &F,
show_semantics: bool,
) -> F::OutputExpand description
Render a single component using a specific output format and an existing renderer instance.