RwLockReadContext

Type Alias RwLockReadContext 

Source
pub type RwLockReadContext<'a> = RwLockReadGuard<'a, InnerContext>;

Aliased Typeยง

pub struct RwLockReadContext<'a> { /* private fields */ }