pub type RwLockReadContext<'a> = RwLockReadGuard<'a, InnerContext>;Expand description
A read guard for the InnerContext.
Aliased Typeยง
pub struct RwLockReadContext<'a> { /* private fields */ }pub type RwLockReadContext<'a> = RwLockReadGuard<'a, InnerContext>;A read guard for the InnerContext.
pub struct RwLockReadContext<'a> { /* private fields */ }