starnix_sync

Type Alias RwLockReadGuard

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

Aliased Typeยง

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