Skip to main content

TableData

Type Alias TableData 

Source
pub type TableData = Vec<HashMap<String, String>>;
Expand description

Table row data type

Aliased Typeยง

pub struct TableData { /* private fields */ }