pub fn mount_to_with_stop_hydrating<F, N>(
    parent: HtmlElement,
    stop_hydrating: bool,
    f: F
)
where F: FnOnce() -> N + 'static, N: IntoView,
Expand description

Runs the provided closure and mounts the result to the provided element.