pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawSpinlock, T>;Expand description
RAII structure used to release the shared read access of a lock when dropped.
Aliased Typeยง
pub struct RwLockReadGuard<'a, T> { /* private fields */ }pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawSpinlock, T>;RAII structure used to release the shared read access of a lock when dropped.
pub struct RwLockReadGuard<'a, T> { /* private fields */ }