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