Type Alias dashmap::RwLockWriteGuard

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