prettytable::ptable! [] [src]

macro_rules! ptable {
    ($([$($value: expr), *]), *) => { ... };
}

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