pub fn to_csv_with_schema<T>(
    rows: impl IntoIterator<Item = impl Borrow<T>>,
    schema: impl CellsSchema<Source = T>
) -> String
Expand description

Generate csv using the columns defined by CellsSchema.