minidom::element

Type Alias 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 */ }