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

type ConnectionError = Py<PyConnectionError>;
👎 Deprecated:

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