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