Macros§
- post_
event - Posts an event.
- register_
hook - Registers an event hook.
Structs§
- Event
Bus - An event bus.
Traits§
- Event
- Basic trait for defining an event.
Functions§
- get_
event_ id - Low-level event handling function, returns the event ID for use with get_post_targets.
- get_
post_ targets - Low-level event handling function, returns the handlers that should be called to post the event.
- register
- Low-level event handling function, registers an event.