pub trait WasmNotSend: Send { }Implementors§
impl<T: Send> WasmNotSend for T
Available on non-WebAssembly, or crate feature
fragile-send-sync-non-atomic-wasm and non-target feature atomics only.