pub fn render<B>(
rect: &mut Frame<'_, B>,
app: &App,
body_left_state: &mut TableState,
body_right_state: &mut TableState,
diff_one_rows: &Vec<Row<'_>>,
diff_two_rows: &Vec<Row<'_>>
)where
B: Backend,Expand description
Renders all the components