Type Alias WebGPUPoppedErrorScopeResponse

Source
pub type WebGPUPoppedErrorScopeResponse = Result<Option<Error>, PopError>;

Aliased Type§

pub enum WebGPUPoppedErrorScopeResponse {
    Ok(Option<Error>),
    Err(PopError),
}

Variants§

§1.0.0

Ok(Option<Error>)

Contains the success value

§1.0.0

Err(PopError)

Contains the error value