Expand description
Handler types and macros.
Macros§
- app_hn
- Declare a mutable clone-move app event handler.
- app_
hn_ once - Declare a clone-move app event handler that is only called once.
- async_
app_ hn - Declare an async clone-move app event handler.
- async_
app_ hn_ once - Declare an async clone-move app event handler that is only called once.
- 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§
- AppHandler
Args - Arguments for a call of
AppHandler::event. - Filter
AppHandler - App handler wrapper that filters the events, only delegating to
selfwhenfilterreturnstrue. - Filter
Widget Handler - Widget handler wrapper that filters the events, only delegating to
selfwhenfilterreturnstrue.
Traits§
- AppHandler
- Represents an event handler in the app context.
- AppWeak
Handle - Represents a weak handle to an
AppHandlersubscription. - Widget
Handler - Represents a handler in a widget context.