Type Definition dicom_encoding::transfer_syntax::DynDecoder[][src]

type DynDecoder<S> = Box<dyn DecodeFrom<S>>;

A decoder with its type erased.