pub type ArcRwSpinlockWriteGuard<T> = ArcRwLockWriteGuard<RawRwSpinlock<Spin>, T>;
Available on crate feature arc_lock only.
Expand description

Aliased Type§

struct ArcRwSpinlockWriteGuard<T> { /* private fields */ }