Type Alias dicom_encoding::adapters::DynPixelDataReader
source · pub type DynPixelDataReader = Box<dyn PixelDataReader + Send + Sync + 'static>;Expand description
Alias type for a dynamically dispatched pixel data reader.
Aliased Type§
struct DynPixelDataReader(/* private fields */);