Struct bitflags::__core::sync::RwLockReadGuard [] [src]

#[must_use]
pub struct RwLockReadGuard<'a, T> where T: 'a + ?Sized {
    // some fields omitted
}
1.0.0
[]

RAII structure used to release the shared read access of a lock when dropped.