Type Definition leptos::ChildrenFnMut

source ·
pub type ChildrenFnMut = Box<dyn FnMut(Scope) -> Fragment>;
Expand description

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