pub(crate) trait GPUDeviceLostInfoMethods<D>where D: DomTypes,{ // Required methods fn Reason(&self) -> GPUDeviceLostReason; fn Message(&self) -> DOMString; }