Skip to main content

TreeToggleCallback

Type Alias TreeToggleCallback 

Source
pub type TreeToggleCallback<Id, A> = Rc<dyn Fn(&Id, bool) -> A>;
Expand description

Callback to create an action when expansion changes.

Aliased Typeยง

pub struct TreeToggleCallback<Id, A> { /* private fields */ }