Module widget
Expand description
Create custom widgets and operate on them.
Structs§
Traits§
- Operation
- A piece of logic that can traverse the widget tree of an application in order to query or update some widget state.
- Widget
- A component that displays information and allows interaction.
Functions§
- operate
- Creates a new
Taskthat runs the givenwidget::Operationand produces its output.