Trait bevy_utils::ConditionalSend
source · pub trait ConditionalSend: Send { }
Expand description
Use ConditionalSend
to mark an optional Send trait bound. Useful as on certain platforms (eg. WASM),
futures aren’t Send.
pub trait ConditionalSend: Send { }
Use ConditionalSend
to mark an optional Send trait bound. Useful as on certain platforms (eg. WASM),
futures aren’t Send.