write_csv_lines

Function write_csv_lines 

Source
pub async fn write_csv_lines<I, S>(
    lines: I,
    file_path: &PathBuf,
    headers: Option<&[&str]>,
) -> Result<(), String>
where I: Iterator<Item = Vec<S>>, S: AsRef<str>,
Expand description

Write simple CSV lines asynchronously