Skip to main content

HTMLHtmlElementMethods

Trait HTMLHtmlElementMethods 

Source
pub trait HTMLHtmlElementMethods<D>
where D: DomTypes,
{ // Required methods fn Version(&self) -> DOMString; fn SetVersion(&self, cx: &mut JSContext, value: DOMString); }

Required Methods§

Source

fn Version(&self) -> DOMString

Source

fn SetVersion(&self, cx: &mut JSContext, value: DOMString)

Implementors§