Macro prettytable::ptable
source · macro_rules! ptable {
($($content:tt)*) => { ... };
}
Expand description
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