pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, T>;
Expand description
Exclusive guard returned by RwLock::write.
Aliased Typeยง
pub struct RwLockWriteGuard<'a, T> { /* private fields */ }
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, T>;
Exclusive guard returned by RwLock::write.
pub struct RwLockWriteGuard<'a, T> { /* private fields */ }