sycamore::web

Function render_to_string_in_scope

pub fn render_to_string_in_scope(view: impl FnOnce() -> View) -> String
Expand description

Render a View into a static String in the current reactive scope.

Implementation detail of render_to_string.