Type Alias dashmap::RwLockReadGuard

source ·
pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;