rust_script_ext::prelude

Type Alias CsvWriter

Source
pub type CsvWriter = Writer<File>;
Expand description

CSV Writer backed by a File.

Aliased Typeยง

struct CsvWriter { /* private fields */ }