pub trait UserEvent:
Debug
+ Clone
+ Send
+ 'static { }Expand description
A type that can be used as an user event.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".