[][src]Trait hecs::Component

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

Types that can be components (implemented automatically)

Implementors

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

Loading content...