Modules§
Structs§
- Escape
- Fade
Menu Entry View - Fade
Menu Instance Routine - Initial
Index OutOf Bounds - Menu
Entry Style Pair - An implementation of
MenuEntryView
for menus whose entries can be converted into string slices. - Menu
Instance - Menu
Instance Builder - Menu
Instance Choose OrCancel - Menu
Instance Choose OrEscape - Menu
Instance Choose OrQuit - Menu
Instance Extra Routine - Menu
Instance Just Choose - Menu
Instance Routine - Menu
Instance View - Quit
Enums§
Traits§
- Choose
Style From Entry Extra - Menu
Entry Extra View - Sometimes the menu entry alone is not sufficient to render the
menu entry. An example is when the mappings from menu entry
to (say) string is not statically known. The
extra
argument to the methods of this trait can be used to pass some external object which knows how to map menu entries to some renderable value. - Menu
Entry View - Menu
Index From Screen Coord - Menu
Instance Choose - Menu
Instance Extra Select
Functions§
- menu_
entry_ view - Convenience function to simplify implementing
MenuEntryView
andMenuEntryExtraView
.