pub type PyIterANextOutput = IterANextOutput<PyObject, PyObject>;
Expand description

An IterANextOutput of Python objects.