pub fn render_to_string(
    view: impl FnOnce(BoundedScope<'_, '_>) -> View<SsrNode>
) -> String
Expand description

Render a View 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