Trait rinecs::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: Component + Send> ComponentSend for C[src]

Loading content...