Trait rin::ecs::ComponentThreadLocal [−][src]
pub trait ComponentThreadLocal: Component { }
Non Send
Component
.
Shouldn’t be used directly, is automatically implemented
by any component that is not Send
.
Implementors
impl<C> ComponentThreadLocal for C where
C: Component,
[src]
C: Component,