pub trait HTMLQuoteElementMethods<D: DomTypes> { // Required methods fn Cite(&self) -> USVString; fn SetCite(&self, cx: &mut JSContext, value: USVString); }