netstack3_core::sync

Type Alias RwLockWriteGuard

Source
pub type RwLockWriteGuard<'a, T> = LockGuard<'a, RwLock<T>, RwLockWriteGuard<'a, T>>;
Expand description

Lock guard for write access to a RwLock.

Aliased Typeยง

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