Expand description
Handler types and macros.
Macros§
- Declare a mutable clone-move app event handler.
- Declare a clone-move app event handler that is only called once.
- Declare an async clone-move app event handler.
- Declare an async clone-move app event handler that is only called once.
- Declare an async clone-move event handler.
- Declare an async clone-move event handler that is only called once.
- Declare a mutable clone-move event handler.
- Declare a clone-move event handler that is only called once.
Structs§
- Arguments for a call of
AppHandler::event
. - App handler wrapper that filters the events, only delegating to
self
whenfilter
returnstrue
. - Widget handler wrapper that filters the events, only delegating to
self
whenfilter
returnstrue
.
Traits§
- Represents an event handler in the app context.
- Represents a weak handle to an
AppHandler
subscription. - Represents a handler in a widget context.