Function hydrate_from_async
pub async fn hydrate_from_async<F, N>(
parent: HtmlElement,
f: F,
) -> UnmountHandle<<N as Render>::State>
Expand description
Runs the provided closure and mounts the result to the provided element.
pub async fn hydrate_from_async<F, N>(
parent: HtmlElement,
f: F,
) -> UnmountHandle<<N as Render>::State>
Runs the provided closure and mounts the result to the provided element.