Trait wgpu_types::WasmNotSync
source · pub trait WasmNotSync: Sync { }
Implementors§
impl<T: Sync> WasmNotSync for T
Available on non-WebAssembly, or crate feature
fragile-send-sync-non-atomic-wasm
and non-target feature atomics
only.