pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, T>;
Expand description
Shared guard returned by RwLock::read.
Aliased Typeยง
pub struct RwLockReadGuard<'a, T> { /* private fields */ }
pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, T>;
Shared guard returned by RwLock::read.
pub struct RwLockReadGuard<'a, T> { /* private fields */ }