Type Alias ostd::sync::ArcMutexGuard
source · pub type ArcMutexGuard<T> = MutexGuard_<T, Arc<Mutex<T>>>;Expand description
An guard that provides exclusive access to the data protected by a Arc<Mutex>.
Aliased Type§
struct ArcMutexGuard<T> { /* private fields */ }