[−][src]Type Definition spin::lock_api::RwLockWriteGuard
type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RwLock<()>, T>;
A guard that provides mutable data access (compatible with lock_api
).
type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RwLock<()>, T>;
A guard that provides mutable data access (compatible with lock_api
).