pub(crate) trait TestBindingPairIterableIteratorMethods<D: DomTypes> { // Required method fn Next(&self, cx: SafeJSContext) -> Fallible<NonNull<JSObject>>; }