Type Alias ostd::sync::RwLockUpgradeableGuard

source ·
pub type RwLockUpgradeableGuard<'a, T> = RwLockUpgradeableGuard_<T, &'a RwLock<T>>;
Expand description

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

Aliased Type§

struct RwLockUpgradeableGuard<'a, T> { /* private fields */ }