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