Skip to main content

write_predict_csv_rows

Function write_predict_csv_rows 

Source
pub fn write_predict_csv_rows<const N: usize, I>(
    path: &Path,
    header: [&str; N],
    rows: I,
)
where I: IntoIterator<Item = [String; N]>,