Trait script::dom::bindings::codegen::Bindings::WebGPUBinding::GPUDeviceLostInfo_Binding::GPUDeviceLostInfoMethods
source · pub trait GPUDeviceLostInfoMethods {
// Required methods
fn Reason(&self) -> GPUDeviceLostReason;
fn Message(&self) -> DOMString;
}