Function proof

Source
pub fn proof<V: IntoView + 'static>(
    uri: DocumentElementURI,
    initial: bool,
    children: impl FnOnce() -> V + Send + 'static,
) -> impl IntoView