Type Definition pyo3::exceptions::GeneratorExit [−][src]
pub type GeneratorExit = Py<PyGeneratorExit>;
👎 Deprecated:
Exceptions now have a Py
prefix, e.g. PyException
, PyTypeError