Macro prettytable::ptable [] [src]

macro_rules! ptable {
    ($($content:tt)*) => { ... };
}

Create a table with table! macro, print it to standard output, then return this table for future usage.

The syntax is the same that the one for the table! macro