Type Definition dicom_encoding::adapters::DecodeResult
source · pub type DecodeResult<T, E = DecodeError> = Result<T, E>;Expand description
The result of decoding (reading) pixel data
pub type DecodeResult<T, E = DecodeError> = Result<T, E>;The result of decoding (reading) pixel data