pub type MappedRwLockWriteGuard<'a, T> = MappedRwLockWriteGuard<'a, RawSyncRwLock, T>;

Aliased Type§

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