Struct antidote::RwLockReadGuard [] [src]

#[must_use]
pub struct RwLockReadGuard<'a, T: ?Sized + 'a>(_);

Like std::sync::RwLockReadGuard.

Trait Implementations

impl<'a, T: ?Sized> Deref for RwLockReadGuard<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value