Skip to main content

TableVisitor

Trait TableVisitor 

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

Required Methods§

Source

fn handle_cell(&mut self, cell: &TableCell, loc: Point, size: Point)

Implementors§