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

Helper trait that is auto-implemented for anything that may be stored in the ECS’s untyped storage.

Examples of untyped storage are UntypedResources and UntypedComponentStore.

Implementors§