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

Generate a table using the columns defined by CellsSchema.