Skip to main content

ChildrenFragmentFn

Type Alias ChildrenFragmentFn 

Source
pub type ChildrenFragmentFn = Arc<dyn Fn() -> Fragment + Send>;
Expand description

A type for the children property on components that can be called more than once, and provides a collection of all the children passed to this component.

Aliased Typeยง

pub struct ChildrenFragmentFn { /* private fields */ }