Type Alias ostd::sync::RwMutexUpgradeableGuard

source ·
pub type RwMutexUpgradeableGuard<'a, T> = RwMutexUpgradeableGuard_<T, &'a RwMutex<T>>;
Expand description

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

Aliased Type§

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