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.

Implementors

impl<C: Component> ComponentThreadLocal for C[src]

Loading content...