pub static FORMAT_NO_TITLE: Lazy<TableFormat>Expand description
Similar to FORMAT_DEFAULT but without special separator after title line
ยงExample
+----+----+
| T1 | T2 |
+----+----+
| a | b |
+----+----+
| c | d |
+----+----+pub static FORMAT_NO_TITLE: Lazy<TableFormat>Similar to FORMAT_DEFAULT but without special separator after title line
+----+----+
| T1 | T2 |
+----+----+
| a | b |
+----+----+
| c | d |
+----+----+