Function wrap_list

Source
fn wrap_list<V: IntoView + 'static>(
    ttl: &'static str,
    i: impl FnOnce() -> V,
) -> impl IntoView + 'static