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