pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, TracingWrapper<RawRwLock>, T>;
Expand description

Read guard for RwLock.

Aliased Type§

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