pub type ComponentReadGuard<'a, T> = MappedRwLockReadGuard<'a, T>;Expand description
Type alias to a more confusing type
Aliased Typeยง
pub struct ComponentReadGuard<'a, T> { /* private fields */ }pub type ComponentReadGuard<'a, T> = MappedRwLockReadGuard<'a, T>;Type alias to a more confusing type
pub struct ComponentReadGuard<'a, T> { /* private fields */ }