Type Alias dashmap::RwLockWriteGuard

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

Aliased Type§

struct RwLockWriteGuard<'a, T> { /* private fields */ }