[][src]Constant cli_table::format::BORDER_COLUMN_TITLE

pub const BORDER_COLUMN_TITLE: TableFormat

Format with borders, column separators and title separator (without row separators)

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