Type Definition dicom_encoding::adapters::EncodeResult

source ·
pub type EncodeResult<T, E = EncodeError> = Result<T, E>;
Expand description

The result of encoding (writing) pixel data