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