pub type DynStatefulDecoder<S> = StatefulDecoder<DynDecoder<S>, S>;Expand description
Alias for a dynamically resolved DICOM stateful decoder. Although the data source may be known at compile time, the required decoder may vary according to an object’s transfer syntax.
Aliased Type§
pub struct DynStatefulDecoder<S> { /* private fields */ }