dicom_encoding::transfer_syntax

Type Alias DynDataRWAdapter

Source
pub type DynDataRWAdapter = Box<dyn DataRWAdapter<Box<dyn Read>, Box<dyn Write>, Reader = Box<dyn Read>, Writer = Box<dyn Write>> + Send + Sync>;
Expand description

Alias type for a dynamically dispatched data adapter.

Aliased Typeยง

struct DynDataRWAdapter(/* private fields */);