script::dom::bindings::codegen::Bindings::HTMLTitleElementBinding

Trait HTMLTitleElementMethods

Source
pub(crate) trait HTMLTitleElementMethods<D>
where D: DomTypes,
{ // Required methods fn Text(&self) -> DOMString; fn SetText(&self, value: DOMString, _can_gc: CanGc); }

Required Methods§

Source

fn Text(&self) -> DOMString

Source

fn SetText(&self, value: DOMString, _can_gc: CanGc)

Implementors§