Type Alias RwUpgradableReadGuard

1.0.0 · Source
pub type RwUpgradableReadGuard<'a, T: ?Sized> = RwLockUpgradableReadGuard<'a, RwCount, T>;
Available on non-crate feature use_std only.
Expand description

RAII structure used to release upgradable read access of a lock when dropped.

Aliased Type§

struct RwUpgradableReadGuard<'a, T: ?Sized> { /* private fields */ }