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