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