Expand description
Types that provide access to the Cushy runtime.
Structs§
- A context to an event function.
- A context to a function that is rendering a widget.
- A context to a function that is rendering a widget.
- An type that contains information about the state of a widget.
- A context for a widget.
Enums§
- An owned
T
or an exclusive reference to aT
.
Traits§
- Converts from one context to an
EventContext
. - A type chat can convert to a
MountedWidget
through aWidgetContext
. - A type that can produce another type when provided a
MountedWidget
. - A type that can be tracked to refresh or invalidate widgets.