We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prodash::progress::(Task|Value)
progress
1 parent 1ecfb7f commit a3bd14aCopy full SHA for a3bd14a
git-features/src/progress.rs
@@ -4,7 +4,7 @@ use std::io;
4
pub use prodash;
5
pub use prodash::{
6
messages::MessageLevel,
7
- progress::{Discard, DoOrDiscard, Either, Id, Step, StepShared, ThroughputOnDrop, UNKNOWN},
+ progress::{Discard, DoOrDiscard, Either, Id, Step, StepShared, Task, ThroughputOnDrop, Value, UNKNOWN},
8
unit, Progress, Unit,
9
};
10
0 commit comments