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 */ }
pub type ItemWriter<W> = CustomItemWriter<W, SimpleNamespaces>;
Type alias to simplify the use for the default namespace tracking implementation.
struct ItemWriter<W> { /* private fields */ }