Trait rin::ecs::component::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]

Loading content...