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