Trait rinecs::component::ComponentThreadLocal [−][src]
pub trait ComponentThreadLocal: Component { }
Non Send
Component
.
Shouldn’t be used directly, is automatically implemented
by any component that is not Send
.