Skip to main content

HTMLQuoteElementMethods

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

Required Methods§

Source

fn Cite(&self) -> USVString

Source

fn SetCite(&self, cx: &mut JSContext, value: USVString)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§