Trait rin::ecs::component::OneToNComponentSend [−][src]
pub trait OneToNComponentSend: OneToNComponent + Send where
Self::Storage: for<'a> OneToNStorage<'a, Self>, { }
Send OneToNComponent.
Shouldn’t be used directly, is automatically implemented
by any one to n component that is also Send.
Implementors
impl<C> OneToNComponentSend for C where
C: OneToNComponent + Send,
<C as Component>::Storage: for<'a> OneToNStorage<'a, C>, [src]
C: OneToNComponent + Send,
<C as Component>::Storage: for<'a> OneToNStorage<'a, C>,