pub fn to_csv_with_schema<T>(
rows: impl IntoIterator<Item = impl Borrow<T>>,
schema: impl CellsSchema<Source = T>,
) -> StringExpand description
Generate csv using the columns defined by CellsSchema.
pub fn to_csv_with_schema<T>(
rows: impl IntoIterator<Item = impl Borrow<T>>,
schema: impl CellsSchema<Source = T>,
) -> StringGenerate csv using the columns defined by CellsSchema.