bevy_utils

Trait 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§