Trait sparsey::Component[][src]

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

Marker trait for types that can be stored in ComponentStorages. Automatically implemented for all Send + Sync + 'static types.

Implementors