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