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