Type Definition dashmap::RwLockReadGuard

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