Type Alias RwLockReadGuardRef

Source
pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<'a, RwLockReadGuard<'a, T>, U>;
Expand description

Typedef of a owning reference that uses a RwLockReadGuard as the owner.

Aliased Typeยง

pub struct RwLockReadGuardRef<'a, T, U = T> { /* private fields */ }