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

Aliased Type§

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