pub(crate) trait HTMLPreElementMethods<D>where D: DomTypes,{ // Required methods fn Width(&self) -> i32; fn SetWidth(&self, value: i32); }