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