[][src]Macro dicom_encoding::submit_transfer_syntax

macro_rules! submit_transfer_syntax {
    ($ts: expr) => { ... };
}

Submit a transfer syntax specifier to be supported by the program's runtime. This is to be used by crates wishing to provide additional support for a certain transfer syntax.

This macro does actually "run" anything, so place it outside of a function body at the root of the crate.