RwLockReadGuard

Type Alias RwLockReadGuard 

Source
pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, T, true>;
Available on crate feature shm only.

Aliased Typeยง

pub struct RwLockReadGuard<'a, T> { /* private fields */ }