Derive Macrosยง
- Extract
Component - Implements the
ExtractComponent
trait for a component. The component must implementClone
The component will be extracted into the render world as is (.clone()
)
ExtractComponent
trait for a component.
The component must implement Clone
The component will be extracted into the render world as is (.clone()
)