Function leptos::ssr::render_to_string_async
source · pub async fn render_to_string_async(
view: impl FnOnce(Scope) -> View + 'static
) -> impl Future<Output = String>
Expand description
Renders a view to HTML, waiting to return until all async
Resources
loaded in <Suspense/>
elements have finished loading.