pub trait SubscriberCallback<Event>:
Fn(Event)
+ Send
+ UnwindSafe
+ RefUnwindSafewhere
Event: SubscriberEvent,{ }
pub trait SubscriberCallback<Event>:
Fn(Event)
+ Send
+ UnwindSafe
+ RefUnwindSafewhere
Event: SubscriberEvent,{ }