Trait dotrix_core::ecs::SystemContext[][src]

pub trait SystemContext: Default + Send + Sync + 'static { }

Implementors

impl<T: Default + Send + Sync + 'static> SystemContext for T[src]

Loading content...