Skip to main content

render_component_with_format_and_renderer

Function render_component_with_format_and_renderer 

Source
pub fn render_component_with_format_and_renderer<F: OutputFormat<Output = String>>(
    component: &ProcTemplateComponent,
    fmt: &F,
    show_semantics: bool,
) -> F::Output
Expand description

Render a single component using a specific output format and an existing renderer instance.