TableRow

Type Alias TableRow 

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

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

Aliased Typeยง

pub struct TableRow<T> { /* private fields */ }