Trait wgpu_types::WasmNotSync

source ·
pub trait WasmNotSync: Sync { }

Implementors§

source§

impl<T: Sync> WasmNotSync for T