Type Definition dicom_encoding::text::DynamicTextCodec

source ·
pub type DynamicTextCodec = Box<dyn TextCodec>;
👎Deprecated since 0.5.0: Use SpecificCharacterSet instead
Expand description

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.