Macro dicom_encoding::submit_transfer_syntax

source ·
macro_rules! submit_transfer_syntax {
    ($ts: expr) => { ... };
}
Expand description

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 using the main transfer syntax registry.

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

Without the inventory-registry feature, this request is ignored.