pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinlock, T>;๐Deprecated since 0.2.4: Use spin-rs instead
Expand description
A write guard fo the read-write lock.
Aliased Typeยง
pub struct RwLockWriteGuard<'a, T> { /* private fields */ }