pub(crate) trait HTMLBaseElementMethods<D>where D: DomTypes,{ // Required methods fn Href(&self) -> DOMString; fn SetHref(&self, value: DOMString); }