pub type DebugReadGuard<'a, T> = TracingReadGuard<'a, T>;
Expand description

Read guard for DebugRwLock.