Skip to main content

dump_object_to

Function dump_object_to 

Source
pub fn dump_object_to<D>(
    to: impl Write,
    obj: &InMemDicomObject<D>,
) -> Result<()>
where D: DataDictionary,
Expand description

Dump the contents of a DICOM object to the given writer.