Type Definition dicom_encoding::adapters::DecodeResult[][src]

pub type DecodeResult<T, E = DecodeError> = Result<T, E>;