Skip to main content

SelectCallback

Type Alias SelectCallback 

Source
pub type SelectCallback = Rc<dyn Fn(usize)>;
Expand description

Callback type for selection events (receives selected index).

Aliased Typeยง

pub struct SelectCallback { /* private fields */ }