Type Alias sync_preemption::PreemptionSafeRwLockReadGuard
source · pub type PreemptionSafeRwLockReadGuard<'a, T> = RwLockReadGuard<'a, T>;
Aliased Type§
struct PreemptionSafeRwLockReadGuard<'a, T> { /* private fields */ }