pub type RwLockWriteGuardRef<'a, T, U = T> = OwningRef<RwLockWriteGuard<'a, T>, U>;Expand description
Typedef of a owning reference that uses a RwLockWriteGuard as the owner.
Aliased Typeยง
pub struct RwLockWriteGuardRef<'a, T, U = T> { /* private fields */ }