pub fn data_progress<S>(len: S) -> ProgressBar
where S: TryInto<u64>, S::Error: Debug,
Expand description

Create a progress bar for tracking data.

If the size is unknown at creation time, pass 0.