Trait dotrix_core::ecs::Component[][src]

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

Any data structure can be a component

Implementors