pub type TreeToggleCallback<Id, A> = Rc<dyn Fn(&Id, bool) -> A>;
Callback to create an action when expansion changes.
pub struct TreeToggleCallback<Id, A> { /* private fields */ }