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