Type Alias leptos::ChildrenFnMut

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

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

Aliased Type§

struct ChildrenFnMut(/* private fields */);