[][src]Trait dotrix_ecs::Component

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

Any data structure can be a component

Implementors

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

Loading content...