pub fn progress<M>(fraction: impl IntoFraction<M>) -> ProgressExpand description
A determinate progress bar. fraction is the completed portion in 0.0..=1.0; pass a
constant, a Signal<f64>, or a closure and it tracks reactively (out-of-range values are
clamped).