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