Function forky_web::mount

source ·
pub fn mount<F, N>(f: F)
where F: FnOnce() -> N + 'static, N: IntoView,