1
2
3
4
pub struct TableWrapper {
    pub path_string: String,
    pub table: prettytable::Table,
}