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