pub(crate) trait TableVisitor {
// Required method
fn handle_cell(&mut self, cell: &TableCell, loc: Point, size: Point);
}pub(crate) trait TableVisitor {
// Required method
fn handle_cell(&mut self, cell: &TableCell, loc: Point, size: Point);
}