pub trait HTMLDataElementMethods<D>where D: DomTypes,{ // Required methods fn Value(&self) -> DOMString; fn SetValue(&self, cx: &mut JSContext, value: DOMString); }