RwLockWriteGuard

Type Alias RwLockWriteGuard 

Source
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, T, true>;
Available on crate feature shm only.

Aliased Typeยง

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