Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
416 stars 81 forks source link

Require Send + Sync for pixeldata::Error #323

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

This changes the definition of DecodeError so that custom errors are also Sync, thus making pixeldata::Error implement Sync.