Re-exports§
pub use event::EventHandler;pub use server::*;
Modules§
Structs§
- Plugin
Info - A struct that defines the details of your plugin.
- Plugin
Runner
Traits§
- Event
Subscriptions - A trait that defines which events your plugin will receive.
- Plugin
- The final trait required for our plugin to be runnable.