Structs§
- Event
- Same as
Eventbut without clone and allocations (forset_event_handler). - Event
Owned - Handler
Fn - RawEvent
- A raw event contains bytes from the emitters.
- RawEvent
Ref
Enums§
Traits§
Functions§
- emit
- Emits a local event.
- handler_
fn - set_
event_ handler - set_
event_ handler_ closure - Sets an event handler.
- subscribe
- Subscribes on an event with the given name.
- subscribe_
raw - Same as
subscribebut returnsRawEvent.