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