gix_features::threading

Type Alias 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 */ }