[−][src]Type Definition dicom_encoding::text::DynamicTextCodec
type DynamicTextCodec = Box<dyn TextCodec>;
Type alias for a type erased text codec.
It is important because stateful decoders may need to change the expected text encoding format at run-time.