Modules§
Structs§
- An implementation of
MenuEntryViewfor menus whose entries can be converted into string slices.
Enums§
Traits§
- 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
extraargument 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.
Functions§
- Convenience function to simplify implementing
MenuEntryViewandMenuEntryExtraView.