Expand description
Describes logic specific to the single-select and multi-select modes of a model.
Structs§
- Multi
Select Model<MultiSelect>
permits multiple keys to be active at a time.- Single
Select Model<SingleSelect>
Ensures that only one key may be selected.
Traits§
- Selectable
- Describes a type that has selectable items.