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