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