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