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