Expand description
Map dicom_ul::association::client::Error to Python exceptions.
Reference: Foreign Rust error types | Error handling — PyO3 user guide
Structs§
- Error
- Use composition to wrap the
ClientErrortype in a struct that implementsPyErr.
Type Aliases§
- Result
- This type automatically converts a
ClientErrorto a Python exception when used by a function.