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