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