Struct wasm_pack::PBAR[]

pub struct PBAR { /* fields omitted */ }

The global progress bar and user-facing message output.

Methods from __Deref<Target = 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 __Deref for PBAR

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for PBAR

Auto Trait Implementations

impl Send for PBAR

impl Sync for PBAR