Trait rin::ecs::component::ComponentSend[][src]

pub trait ComponentSend: Component + Send { }

Send Component.

Shouldn’t be used directly, is automatically implemented by any component that is also Send.

Implementors

impl<C> ComponentSend for C where
    C: Component + Send
[src]

Loading content...