pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, T, true>;
Available on crate feature
shm
only.Aliased Typeยง
pub struct RwLockReadGuard<'a, T> { /* private fields */ }
pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, T, true>;
shm
only.pub struct RwLockReadGuard<'a, T> { /* private fields */ }