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

pub fn tui(
    out: impl Write,
    progress: impl Root,
    config: Options
) -> Result<impl Future<Output = ()>, Error>
Expand description

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