Skip to main content

ConditionalSend

Trait ConditionalSend 

Source
pub trait ConditionalSend { }
Available on WebAssembly only.
Expand description

Send on native targets, empty trait on WASM.

Helper trait.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> ConditionalSend for T
where T:,