logo
pub fn progress_bar<'a>(
    range: RangeInclusive<f32>,
    value: f32
) -> ProgressBar<'a>
Available on crate feature pure only.
Expand description

Creates a new ProgressBar.

It expects:

  • an inclusive range of possible values, and
  • the current value of the ProgressBar.