pub trait Plugin:
Send
+ Sync
+ 'static {
// Required method
fn register(self, hooks: &mut HookRegistry);
}pub trait Plugin:
Send
+ Sync
+ 'static {
// Required method
fn register(self, hooks: &mut HookRegistry);
}