Skip to main content

HTMLDataListElementMethods

pub trait HTMLDataListElementMethods<D: DomTypes> {
    // Required method
    fn Options(&self, cx: &mut JSContext) -> DomRoot<D::HTMLCollection>;
}

Required Methods§

Source

fn Options(&self, cx: &mut JSContext) -> DomRoot<D::HTMLCollection>

Implementors§