Struct pyo3::ffi::PyStopIterationObject [−][src]
#[repr(C)]pub struct PyStopIterationObject {
pub exception_base: PyBaseExceptionObject,
pub value: *mut PyObject,
}Fields
exception_base: PyBaseExceptionObjectvalue: *mut PyObject