Struct spin::RwLockReadGuard [−][src]
pub struct RwLockReadGuard<'a, T: 'a + ?Sized> { /* fields omitted */ }
Expand description
A guard from which the protected data can be read
When the guard falls out of scope it will decrement the read count, potentially releasing the lock.