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.
pub fn render(template_result: impl FnOnce() -> TemplateResult + 'static)Render a TemplateResult into the DOM.
Alias for render_to with parent being the <body> tag.