pub trait UserEvent: Debug + Clone + Send + 'static { }
Expand description

A type that can be used as an user event.

Implementors