pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwSpinlock, T>;๐Deprecated since 0.2.4: Use spin-rs instead
Expand description
A read guard for the read-write lock.
Aliased Typeยง
pub struct RwLockReadGuard<'a, T> { /* private fields */ }