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