Skip to main content

SelectListCallback

Type Alias SelectListCallback 

Source
pub type SelectListCallback<A> = Rc<dyn Fn(usize) -> A>;
Expand description

Callback to create an action when the selected index changes.

Aliased Typeยง

pub struct SelectListCallback<A> { /* private fields */ }