Skip to main content

write_row

Function write_row 

Source
pub fn write_row(row: &[String], d: &Dialect, out: &mut String)
Expand description

Write a full row of fields to out under dialect d, joining with the delimiter and appending the line terminator. Does NOT add a trailing terminator beyond this row’s own.