Skip to main content

ChildrenFnMut

Type Alias ChildrenFnMut 

Source
pub type ChildrenFnMut = Box<dyn FnMut() -> AnyView + Send>;
Expand description

A type for the children property on components that can be called more than once, but may mutate the children.

Aliased Typeยง

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