Type Alias minidom::element::ItemWriter
source · pub type ItemWriter<W> = CustomItemWriter<W, SimpleNamespaces>;
Expand description
Type alias to simplify the use for the default namespace tracking implementation.
Aliased Type§
struct ItemWriter<W> { /* private fields */ }