Module shard_ecs::descriptors::component[][src]

Traits

Implement this trait to use a type as a component in the ECS. Do not override the default implementations for Self::ID or Self::DESCRIPTOR. Only implement Self::NAME.