pub type PySendResult<'py> = PySendResult<'py>;👎Deprecated since 0.30.0:
moved to pyo3::types::iterator::PySendResult
Available on
Py_3_10 and non-PyPy only.Expand description
Deprecated alias for iterator::PySendResult.
Aliased Type§
pub enum PySendResult<'py> {
Next(Bound<'py, PyAny>),
Return(Bound<'py, PyAny>),
}