wgpu::dispatch

Trait PopErrorScopeFuture

source
pub trait PopErrorScopeFuture:
    Future<Output = Option<Error>>
    + WasmNotSend
    + 'static { }

Implementors§

source§

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