pub trait GPUQuerySetMethods<D>where D: DomTypes,{ // Required methods fn Destroy(&self); fn Label(&self) -> USVString; fn SetLabel(&self, value: USVString); }