Skip to main content

WasmCompatSend

Trait WasmCompatSend 

Source
pub trait WasmCompatSend: Send { }
Expand description

Send on native targets and a no-op marker on WebAssembly.

Implementors§

Source§

impl<T> WasmCompatSend for T
where T: Send,

Available on non-target_family=wasm only.