Function leptos_dom::mount_to_body
source · pub fn mount_to_body<F, N>(f: F)where
F: FnOnce(Scope) -> N + 'static,
N: IntoView,
Expand description
Runs the provided closure and mounts the result to the <body>
.
pub fn mount_to_body<F, N>(f: F)where
F: FnOnce(Scope) -> N + 'static,
N: IntoView,
Runs the provided closure and mounts the result to the <body>
.