[][src]Constant cli_table::format::BORDER_COLUMN_ROW

pub const BORDER_COLUMN_ROW: TableFormat

Format with borders, column separators and row separators (calling Default::default() on TableFormat also returns this format)

This example is not tested
+------------+----------------+
| Name       | Age (in years) |
+------------+----------------+
| Tom        |             10 |
+------------+----------------+
| Jerry      |             15 |
+------------+----------------+
| Scooby Doo |             25 |
+------------+----------------+