TableRow

Type Alias TableRow 

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

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

Aliased Typeยง

pub struct TableRow { /* private fields */ }