script::dom::bindings::codegen::Bindings::HTMLTimeElementBinding

Trait HTMLTimeElementMethods

Source
pub(crate) trait HTMLTimeElementMethods<D>
where D: DomTypes,
{ // Required methods fn DateTime(&self) -> DOMString; fn SetDateTime(&self, value: DOMString); }

Required Methods§

Source

fn DateTime(&self) -> DOMString

Source

fn SetDateTime(&self, value: DOMString)

Implementors§