Trait wgpu::WasmNotSync

source ·
pub trait WasmNotSync: Sync { }

Implementors§

source§

impl<T> WasmNotSync for T
where T: Sync,