Trait script::dom::bindings::codegen::Bindings::HTMLQuoteElementBinding::HTMLQuoteElement_Binding::HTMLQuoteElementMethods
source · pub trait HTMLQuoteElementMethods<D: DomTypes> {
// Required methods
fn Cite(&self) -> USVString;
fn SetCite(&self, value: USVString);
}