Module selection

Source
Expand description

Describes logic specific to the single-select and multi-select modes of a model.

Structs§

MultiSelect
Model<MultiSelect> permits multiple keys to be active at a time.
SingleSelect
Model<SingleSelect> Ensures that only one key may be selected.

Traits§

Selectable
Describes a type that has selectable items.