pub trait GPUShaderModuleMethods<D: DomTypes> {
// Required methods
fn GetCompilationInfo(
&self,
cx: &JSContext,
) -> <D::Promise as PromiseHelpers<D>>::StackRoot;
fn Label(&self) -> USVString;
fn SetLabel(&self, cx: &NoGC, value: USVString);
}