pub trait WebGpuError: Error + 'static {
// Required method
fn webgpu_error_type(&self) -> ErrorType;
}
Expand description
Required Methods§
Sourcefn webgpu_error_type(&self) -> ErrorType
fn webgpu_error_type(&self) -> ErrorType
Determine the classification of this error as a WebGPU ErrorType
.