Struct indicatif::ProgressStyle [] [src]

pub struct ProgressStyle { /* fields omitted */ }

Controls the rendering style of progress bars.

Methods

impl ProgressStyle
[src]

Returns the default progress bar style for bars.

Returns the default progress bar style for spinners.

Sets the tick character sequence for spinners.

Sets the three progress characters (filled, current, to do).

Sets the template string for the progress bar.

impl ProgressStyle
[src]

Returns the tick char for a given number.

Returns the tick char for the finished state.

Trait Implementations

impl Clone for ProgressStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more