Skip to main content

Row

Type Alias Row 

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

Row represents one line in the table.

Aliased Typeยง

pub struct Row { /* private fields */ }