Skip to main content

run_tui

Function run_tui 

Source
pub async fn run_tui(
    commands: UnboundedReceiver<InlineCommand>,
    events: UnboundedSender<InlineEvent>,
    options: TuiOptions,
) -> Result<()>