Skip to main content

tree

Function tree 

Source
fn tree<V: IntoView + 'static>(
    success: bool,
    head: impl IntoView + 'static,
    children: impl FnMut() -> V + Send + 'static,
) -> impl IntoView