pub fn write_header<W: Write, T>(
    writer: &mut W,
    names: &[T],
    options: &SerializeOptions
) -> Result<()> where
    T: AsRef<str>, 
Available on (crate features io_csv_read or io_csv_read_async or io_csv_write) and crate feature io_csv_write only.
Expand description

Writes a CSV header to writer