Type Alias RwSpinLockWriteGuard

Source
pub type RwSpinLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinLock, T>;
Expand description

Aliased Typeยง

struct RwSpinLockWriteGuard<'a, T> { /* private fields */ }