Function sycamore::generic_node::ssr_node::render_to_string[][src]

pub fn render_to_string(template: impl FnOnce() -> Template<SsrNode>) -> String
Expand description

Render a Template into a static String. Useful for rendering to a string on the server side.

This API requires the following crate features to be activated: ssr