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

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

Abstraction for System context

Implementors