Type Alias ChildrenFragmentMut

pub type ChildrenFragmentMut = Box<dyn FnMut() -> Fragment + Send>;
Expand description

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

Aliased Type§

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