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