render

Function render 

Source
pub fn render(template_result: impl FnOnce() -> TemplateResult + 'static)
Expand description

Render a TemplateResult into the DOM.

Alias for render_to with parent being the <body> tag.