Trait oxygengine_core::ecs::shrev::Event[][src]

pub trait Event: 'static + Send + Sync { }
Expand description

Marker trait for data to use with the EventChannel.

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

Implementors