Module socket
Available on crate features dep_pyo3
and std
only.
Expand description
Exceptions defined in Python’s socket
module.
- gaierror
- A Rust type representing an exception defined in Python code.
- herror
- A Rust type representing an exception defined in Python code.
- timeout
- A Rust type representing an exception defined in Python code.