Type Alias spin::lock_api::RwLockWriteGuard

source ·
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RwLock<()>, T>;
Available on crate features lock_api and rwlock only.
Expand description

A guard that provides mutable data access (compatible with lock_api).

Aliased Type§

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