Function problem_choice

Source
pub(super) fn problem_choice<V: IntoView + 'static>(
    children: impl Fn() -> V + Send + 'static + Clone,
) -> impl IntoView