Type Alias dicom_encoding::transfer_syntax::DynDecoder
source · pub type DynDecoder<S> = Box<dyn DecodeFrom<S>>;Expand description
A decoder with its type erased.
Aliased Type§
struct DynDecoder<S>(/* private fields */);