Trait WasmNotSend

pub trait WasmNotSend: Send { }
Available on crate feature unstable-wgpu-24 only.

Implementors§

§

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