Type Definition git_features::progress::StepShared
source · [−]pub type StepShared = Arc<AtomicUsize>;
Available on crate feature
progress
only.Expand description
As step, but shareable.
pub type StepShared = Arc<AtomicUsize>;
progress
only.As step, but shareable.