Type Alias dicom_parser::stateful::decode::DynStatefulDecoder

source ·
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§

struct DynStatefulDecoder<S> { /* private fields */ }