Function ion_c_sys::ion_writer_options_add_shared_imports[][src]

pub unsafe extern "C" fn ion_writer_options_add_shared_imports(
    options: *mut ION_WRITER_OPTIONS,
    imports: *mut ION_COLLECTION
) -> iERR

Adds the imports from the given collection of ION_SYMBOL_TABLE_IMPORT to the options’ imports list. ion_writer_options_initialize_shared_imports must have been called first. The given collection must not contain a system symbol table.