Macro tablestream::col[][src]

macro_rules! col {
    ($t : ty :.$field : ident) => { ... };
    ($t : ty : $s : literal, $(.$field : ident), *) => { ... };
}
Expand description

Create a new column. Saves some boilerplate vs. Column::new(...).

See top-level docs for examples.