RwLockReadGuard

Type Alias RwLockReadGuard 

Source
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 */ }