Struct antidote::RwLockReadGuard
[−]
[src]
#[must_use]pub struct RwLockReadGuard<'a, T: ?Sized + 'a>(_);
Like std::sync::RwLockReadGuard
.
#[must_use]pub struct RwLockReadGuard<'a, T: ?Sized + 'a>(_);
Like std::sync::RwLockReadGuard
.
impl<'a, T: ?Sized> Deref for RwLockReadGuard<'a, T>
[src]