Skip to main content

ChildrenFn

Type Alias ChildrenFn 

Source
pub type ChildrenFn = Arc<dyn Fn() -> AnyView + Sync + Send>;
Expand description

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

Aliased Typeยง

pub struct ChildrenFn { /* private fields */ }