Function forky_web::mount_with_unmount

source ·
pub fn mount_with_unmount<F, N>(f: F) -> Mount
where F: Fn() -> N + 'static, N: IntoView,