Skip to main content

write_field

Function write_field 

Source
pub fn write_field(field: &str, d: &Dialect, out: &mut String)
Expand description

Write one field to out under dialect d, quoting and doubling embedded quotes as required. The inverse of parse_row’s field handling: write_field/parse_row are an exact round-trip pair.