Skip to main content

TreeSelectCallback

Type Alias TreeSelectCallback 

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

Callback to create an action when selection changes.

Aliased Typeยง

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