Trait shrev::Event [] [src]

pub trait Event: Debug + Send + Sync + Clone + 'static { }

Marker trait for data to use with the EventHandler.

Has an implementation for all types where its bounds are satisfied.

Implementors