pub trait WasmCompatSend: Send { }Expand description
Send on native targets and a no-op marker on WebAssembly.
Implementors§
impl<T> WasmCompatSend for Twhere
T: Send,
Available on non-
target_family=wasm only.