pub trait HTMLDataListElementMethods {
    // Required method
    fn Options(&self) -> Root<Dom<HTMLCollection>>;
}

Required Methods§

Implementors§