[][src]Function prodash::tui::render

pub fn render(
    progress: Root,
    config: TuiOptions
) -> Result<impl Future<Output = ()>, Error>

An easy-to-use version of render_with_input(…) that does not allow state manipulation via an event stream.