pub fn render_to_string_in_scope(view: impl FnOnce() -> View) -> String
Render a View into a static String in the current reactive scope.
View
String
Implementation detail of render_to_string.
render_to_string