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