Module widgetry::widgets

source ·

Re-exports§

Modules§

Structs§

Enums§

Constants§

Traits§

  • Create a new widget by implementing this trait. You can instantiate your widget by calling Widget::new(Box::new(instance of your new widget)), which gives you the usual style options.