Struct std::sync::RWLockReadGuardStable
[-]
[+]
[src]
pub struct RWLockReadGuard<'a, T: 'a> { // some fields omitted }
RAII structure used to release the shared read access of a lock when dropped.