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

type ConnectionRefusedError = Py<PyConnectionRefusedError>;
👎 Deprecated:

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