pub type AtomicStep = AtomicUsize;Available on crate feature
progress only.Expand description
The amount of steps a progress can make, for threadsafe counting.
Aliased Typeยง
struct AtomicStep { /* private fields */ }pub type AtomicStep = AtomicUsize;progress only.The amount of steps a progress can make, for threadsafe counting.
struct AtomicStep { /* private fields */ }