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