pub fn write_header<W, T>(
    writer: &mut W,
    names: &[T],
    options: &SerializeOptions
) -> Result<(), Error> where
    W: Write,
    T: AsRef<str>, 
Available on crate feature csv-file only.
Expand description

Writes a CSV header to writer