pub fn to_csv(rows: impl IntoIterator<Item = impl Cells>) -> String
Expand description
Generate csv using the columns defined by Cells
.
pub fn to_csv(rows: impl IntoIterator<Item = impl Cells>) -> String
Generate csv using the columns defined by Cells
.