Function hydrate_body

pub fn hydrate_body<F, N>(f: F)
where F: FnOnce() -> N + 'static, N: IntoView,
Expand description

Hydrates the app described by the provided function, starting at <body>.