Type Alias dicom_encoding::adapters::DynPixelDataWriter

source ·
pub type DynPixelDataWriter = Box<dyn PixelDataWriter + Send + Sync + 'static>;
Expand description

Alias type for a dynamically dispatched pixel data writer.

Aliased Type§

struct DynPixelDataWriter(/* private fields */);