pub type RwLockReadGuardResponse<'a> = RwLockReadGuard<'a, Response>;Expand description
An alias for RwLockReadGuard<'a, Response>, representing a read guard to a shared Response value protected by RwLock.
Aliased Typeยง
pub struct RwLockReadGuardResponse<'a> { /* private fields */ }