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>

type Target = T

fn deref(&self) -> &T