RwLockReadContext

Type Alias RwLockReadContext 

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

A read guard for the InnerContext.

Aliased Typeยง

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