Expand description
A module providing custom derive functionality for gui related
traits.
The module merely re-reports the procedural macros provided by the
gui_derive crate.
Derive Macrosยง
- Handleable
- Custom derive functionality for the
gui::Handleabletrait. - Widget
- Custom derive functionality for the
gui::Widgettrait.