pub type ReadGuard = OwnedRwLockReadGuard<()>;
A read guard.
pub struct ReadGuard { /* private fields */ }