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

pub fn render(
    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.