pub(crate) trait WebGLActiveInfoMethods<D>where D: DomTypes,{ // Required methods fn Size(&self) -> i32; fn Type(&self) -> u32; fn Name(&self) -> DOMString; }