Trait rin::ecs::component::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,