Expand description
Handler types and macros.
Macros§
- async_
hn - Declare an async clone-move event handler.
- async_
hn_ once - Declare an async clone-move event handler that is only called once.
- hn
- Declare a mutable clone-move event handler.
- hn_once
- Declare a clone-move event handler that is only called once.
Structs§
- APP_
HANDLER - Service available in app scoped
Handler<A>calls. - ArcHandler
- Represents a cloneable handler.
- Widget
Runner - Represents an widget
Handler<A>caller that manages the async tasks if needed.
Enums§
- Handler
Result - Output of
Handler<A>.
Traits§
- AppWeak
Handle - Represents a weak handle to a
Handlersubscription in the app context. - Handler
Ext - Extension methods for
Handler<A>.
Type Aliases§
- Handler
- Represents a handler in a widget context.