Type Alias ostd::sync::RwLockWriteGuard

source ·
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard_<T, &'a RwLock<T>>;
Expand description

A guard that provides exclusive write access to the data protected by a RwLock.

Aliased Type§

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