pub trait GPUCompilationInfoMethods<D>where
D: DomTypes,{
// Required method
fn Messages(&self, cx: &mut JSContext, retval: MutableHandle<'_, Value>);
}pub trait GPUCompilationInfoMethods<D>where
D: DomTypes,{
// Required method
fn Messages(&self, cx: &mut JSContext, retval: MutableHandle<'_, Value>);
}