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