pub type StepShared = Arc<AtomicUsize>;
Available on crate feature
progress
only.Expand description
As step, but shareable.
Aliased Typeยง
struct StepShared { /* private fields */ }
pub type StepShared = Arc<AtomicUsize>;
progress
only.As step, but shareable.
struct StepShared { /* private fields */ }