Skip to main content

RwLockWriteGuard

Type Alias RwLockWriteGuard 

Source
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwLock, T>;
๐Ÿ‘ŽDeprecated:

The parkinglot feature has been renamed parking_lot

Expand description

Write guard for RwLock.

Aliased Typeยง

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