1 2 3 4 5
#[derive(Debug, Clone, Default, PartialEq)] pub struct Table { pub headers: Vec<String>, pub rows: Vec<Vec<String>>, }