pub fn render_to(
template_result: impl FnOnce() -> TemplateResult + 'static,
parent: &Node,
)Expand description
Render a TemplateResult under a parent node. For rendering under the <body> tag, use render() instead.
pub fn render_to(
template_result: impl FnOnce() -> TemplateResult + 'static,
parent: &Node,
)Render a TemplateResult under a parent node. For rendering under the <body> tag, use render() instead.