Struct antidote::RwLockWriteGuard
[−]
[src]
#[must_use] pub struct RwLockWriteGuard<'a, T: ?Sized + 'a>(_);
Like std::sync::RwLockWriteGuard
.
Trait Implementations
impl<'a, T: ?Sized> Deref for RwLockWriteGuard<'a, T>
[src]
type Target = T
The resulting type after dereferencing
fn deref(&self) -> &T
[−]
The method called to dereference a value