Function do_comp

Source
pub(super) fn do_comp<V: IntoView + 'static, const MATH: bool>(
    is_defi: bool,
    children: impl FnMut() -> V + Send + 'static,
) -> impl IntoView