pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, T, true>;
Available on crate feature
shm
only.Aliased Typeยง
pub struct RwLockWriteGuard<'a, T> { /* private fields */ }
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, T, true>;
shm
only.pub struct RwLockWriteGuard<'a, T> { /* private fields */ }