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