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