Function prodash::render::tui::render

source ·
pub fn render(
    out: impl Write,
    progress: impl WeakRoot,
    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.