pub type WebGPUPoppedErrorScopeResponse = Result<Option<Error>, PopError>;
pub enum WebGPUPoppedErrorScopeResponse { Ok(Option<Error>), Err(PopError), }
Contains the success value
Contains the error value