Type Alias ArcRwLockUpgradeableGuard

Source
pub type ArcRwLockUpgradeableGuard<T, G> = RwLockUpgradeableGuard_<T, Arc<RwLock<T, G>>, G>;
Expand description

A upgradable guard that provides read access to the data protected by a Arc<RwLock>.

Aliased Typeยง

struct ArcRwLockUpgradeableGuard<T, G> { /* private fields */ }