pub type SelectListCallback<A> = Rc<dyn Fn(usize) -> A>;
Callback to create an action when the selected index changes.
pub struct SelectListCallback<A> { /* private fields */ }