Struct wasm_pack::progressbar::Step[][src]

pub struct Step { /* fields omitted */ }

For processes that can be broken down into N fractional steps, with messages added for each step along the way like

[2/5] Doing the second step out of five.

Methods

impl Step
[src]

Construct a Step where there are total number of steps.

Increment the current step.

Trait Implementations

impl Display for Step
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Step

impl Sync for Step