Skip to main content

WasmCompatSend

Trait WasmCompatSend 

Source
pub trait WasmCompatSend: Send { }
Available on not (crate feature wasm and WebAssembly).
Expand description

Send on native targets and a no-op marker on wasm32 with the wasm feature.

Implementors§

Source§

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