Skip to main content

RwLockReadGuard

Type Alias RwLockReadGuard 

Source
pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;
๐Ÿ‘ŽDeprecated:

The parkinglot feature has been renamed parking_lot

Expand description

Read guard for RwLock.

Aliased Typeยง

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