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
pub type EncodeResult<T, E = EncodeError> = Result<T, E>;The result of encoding (writing) pixel data