Trait HTMLQuoteElementMethods

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

Required Methods§

Source

fn Cite(&self) -> USVString

Source

fn SetCite(&self, value: USVString)

Implementors§