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

Aliased Type§

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