RwLockWriteGuard

Type Alias RwLockWriteGuard 

Source
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 */ }