Struct wasm_pack::progressbar::ProgressOutput[][src]

pub struct ProgressOutput { /* fields omitted */ }

Synchronized progress bar and status message printing.

Methods

impl ProgressOutput
[src]

Construct a new ProgressOutput.

Inform the user that the given step is being executed, with details in message.

Print the given message.

Add an informational message.

Add a warning message.

Add an error message.

After having built up a series of messages, print all of them out.

Trait Implementations

impl Drop for ProgressOutput
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations