Type Alias TableRow

Source
pub type TableRow = Vec<TableCell>;
Expand description

A table row is a vector of cells (columns).

Aliased Typeยง

struct TableRow { /* private fields */ }