Expand description
The HostPlugin trait for plugins that run on the daemon host.
Host plugins process tasks via on_task and
can subscribe to system events via
on_event. The #[malbox::handlers] macro
generates this impl from annotated methods on your plugin struct.
Traitsยง
- Host
Plugin - The trait that all malbox host plugins implement.