Type Alias ChildrenFnMut

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 */);