pub type MappedRefGuard<'a, U> = MappedRwLockReadGuard<'a, U>;Expand description
A mapped reference created from a RefGuard
Aliased Typeยง
pub struct MappedRefGuard<'a, U> { /* private fields */ }pub type MappedRefGuard<'a, U> = MappedRwLockReadGuard<'a, U>;A mapped reference created from a RefGuard
pub struct MappedRefGuard<'a, U> { /* private fields */ }