Type Alias ChildrenFn
pub type ChildrenFn = Arc<dyn Fn() -> AnyView + Send + Sync>;Expand description
A type for the children property on components that can be called
more than once.
Aliased Type§
pub struct ChildrenFn { /* private fields */ }