Trait rinecs::component::OneToNComponentSend [−][src]
pub trait OneToNComponentSend: OneToNComponent + Send where
Self::Storage: 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: OneToNComponent + Send> OneToNComponentSend for C where
<C as Component>::Storage: OneToNStorage<'a, Self>,
[src]
<C as Component>::Storage: OneToNStorage<'a, Self>,