Type Definition dashmap::RwLockWriteGuard

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