Function move_bytecode_viewer::tui::tui_interface::start_tui_with_interface
source · pub fn start_tui_with_interface<Interface: TUIInterface>(
interface: Interface
) -> Result<(), Box<dyn Error>>
Expand description
Starts a two-pane TUI using the provided Interface
to update the screen according to cursor
movements.