pub fn LazySubtree<T: IntoView + 'static>(
props: LazySubtreeProps<T>,
) -> impl IntoView
Expand description
§Required Props
- header:
super::Header
- children: [
TypedChildrenMut<T>
]
pub fn LazySubtree<T: IntoView + 'static>(
props: LazySubtreeProps<T>,
) -> impl IntoView
super::Header
TypedChildrenMut<T>
]