Trait bevy_utils::ConditionalSend

source ·
pub trait ConditionalSend: Send { }
Available on non-WebAssembly only.
Expand description

Use ConditionalSend to mark an optional Send trait bound. Useful as on certain platforms (eg. WASM), futures aren’t Send.

Implementors§