pub struct SimpleBar { /* private fields */ }
Expand description

A simple progress bar implementation, based off that of the progress crates progresbar

Trait Implementations

Some implementation details:

starts with “\r” and has no end char

if it cannot get the real term size, uses 81 as the size

The unit that is passed to IsBar::set_progress Read more

Arguments that are passed to IsBar::new

Crate a new Bar with the provided name, and a progress level of zero Read more

Finishes the Bar, allowing it to be finalized and dropped by the manager. the bar should not be used after this is called Read more

Checks if the Bar is done (IsBar::done as been called) Read more

Sets the progress level of the Bar Read more

Sets the name of the Bar Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.