Trait rin::ecs::ComponentSend [−][src]
Send
Component
.
Shouldn’t be used directly, is automatically implemented
by any component that is also Send
.
Implementors
impl<C> ComponentSend for C where
C: Component + Send,
[src]
C: Component + Send,