Error[E0308]: mismatched types
--> src/display/process_list_tabular.rs:74:43
|
74 | f.render_stateful_widget(table, area, &mut app_state.list_state);
| ---------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&mut TableState`, found `&mut ListState`
| |
| arguments to this method are incorrect
|
= note: expected mutable reference `&mut TableState`
found mutable reference `&mut ListState