pub trait WasmNotSend: Send { }
Available on crate feature wgpu and (non-WebAssembly, or crate feature fragile-send-sync-non-atomic-wasm and non-target feature atomics) only.

Implementors§

§

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