Skip to main content

Row

Type Alias Row 

Source
pub type Row = Vec<String>;
Expand description

A row in the table (vector of cell values).

Aliased Typeยง

pub struct Row { /* private fields */ }