Skip to main content

ChildrenFragment

Type Alias ChildrenFragment 

Source
pub type ChildrenFragment = Box<dyn FnOnce() -> Fragment + Send>;
Expand description

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

Aliased Typeยง

pub struct ChildrenFragment(/* private fields */);