Type Alias dicom_encoding::transfer_syntax::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 */);