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ยง
#[repr(C, align(4))]pub struct AtomicStep { /* private fields */ }