pub trait GPUCompilationInfoMethods<D: DomTypes> {
// Required method
fn Messages(
&self,
cx: SafeJSContext,
_can_gc: CanGc,
retval: MutableHandleValue<'_>,
);
}
pub trait GPUCompilationInfoMethods<D: DomTypes> {
// Required method
fn Messages(
&self,
cx: SafeJSContext,
_can_gc: CanGc,
retval: MutableHandleValue<'_>,
);
}