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

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

Marker trait for data to use with the EventChannel.

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

Implementors

impl<T> Event for T where
    T: Send + Sync + 'static, 
[src]

Loading content...