Expand description
Procedural macros for evenio
.
Macros§
- all_
tuples - Helper macro which repeatedly invokes a given macro with an increasing list of identifiers.
Derive Macros§
- Component
- Derive macro for
Component
. SeeComponent
’s documentation for more information. - Global
Event - Derive macro for
Event
. SeeEvent
andGlobalEvent
’s documentation for more information. - Handler
Param - Derive macro for
HandlerParam
. SeeHandlerParam
’s documentation for more information. - Query
- Derive macro for
Query
. SeeQuery
’s documentation for more information. - Targeted
Event - Derive macro for
Event
. SeeEvent
andTargetedEvent
’s documentation for more information.