pub trait URLSearchParamsIteratorMethods<D: DomTypes> { // Required method fn Next( &self, cx: &mut JSContext, rval: MutableHandle<'_, *mut JSObject>, ) -> Fallible<()>; }