[][src]Type Definition pyo3::exceptions::ReferenceError

type ReferenceError = Py<PyReferenceError>;
👎 Deprecated:

Exceptions now have a Py prefix, e.g. PyException, PyTypeError