Type Alias gix_features::threading::MappedRefGuard

source ·
pub type MappedRefGuard<'a, U> = MappedRwLockReadGuard<'a, U>;
Available on crate feature parallel only.
Expand description

A mapped reference created from a RefGuard

Aliased Type§

struct MappedRefGuard<'a, U> { /* private fields */ }