pub type ArcRwMutexUpgradeableGuard<T> = RwMutexUpgradeableGuard_<T, Arc<RwMutex<T>>>;
Expand description
A upgradable guard that provides read access to the data protected by a Arc<RwMutex>
.
Aliased Typeยง
struct ArcRwMutexUpgradeableGuard<T> { /* private fields */ }