Trait script::dom::bindings::codegen::Bindings::URLSearchParamsBinding::URLSearchParamsIterator_Binding::URLSearchParamsIteratorMethods
source · pub trait URLSearchParamsIteratorMethods {
// Required method
fn Next(&self, cx: SafeJSContext) -> Result<NonNull<JSObject>, Error>;
}