pub trait WasmNotSendSync: WasmNotSend + WasmNotSync { }
Available on crate feature wgpu only.

Implementors§

§

impl<T> WasmNotSendSync for T