MappedRefGuard

Type Alias MappedRefGuard 

Source
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 */ }