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