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