pub trait Event:
Send
+ Sync
+ Clone
+ 'static { }Expand description
Trait alias for event type constraints.
All events must implement these bounds to work with the MVU runtime.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.