Type Alias RwLockReadInnerContext

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

Aliased Typeยง

struct RwLockReadInnerContext<'a> { /* private fields */ }