pub type ComboboxChange = SearchableListChange;Expand description
Back-compat alias — new code should use SearchableListChange directly.
Aliased Type§
pub enum ComboboxChange {
Select {
index: IndexPath,
},
Deselect {
index: IndexPath,
},
}