pub type AtomicStep = AtomicUsize;Expand description
The amount of steps a progress can make, for threadsafe counting.
Aliased Typeยง
#[repr(C, align(8))]pub struct AtomicStep { /* private fields */ }pub type AtomicStep = AtomicUsize;The amount of steps a progress can make, for threadsafe counting.
#[repr(C, align(8))]pub struct AtomicStep { /* private fields */ }