starnix_sync

Type Alias RwLockWriteGuard

Source
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, TracingWrapper<RawSyncRwLock>, T>;

Aliased Typeยง

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