Type Definition dicom_encoding::transfer_syntax::DynDecoder
source · pub type DynDecoder<S> = Box<dyn DecodeFrom<S>>;Expand description
A decoder with its type erased.
pub type DynDecoder<S> = Box<dyn DecodeFrom<S>>;A decoder with its type erased.