wgpu::custom

Trait PopErrorScopeFuture

Source
pub trait PopErrorScopeFuture:
    Future<Output = Option<Error>>
    + WasmNotSend
    + 'static { }
Available on custom only.

Implementors§

Source§

impl<T: Future<Output = Option<Error>> + WasmNotSend + 'static> PopErrorScopeFuture for T