Trait wgpu::WasmNotSend

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

Implementors§

source§

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