Skip to main content

MappedRwLockWriteGuard

Type Alias MappedRwLockWriteGuard 

Source
pub type MappedRwLockWriteGuard<'a, T> = MappedRwLockWriteGuard<'a, RwLock<()>, T>;
Expand description

A guard returned by RwLockWriteGuard::map that provides mutable data access (compatible with lock_api).

Aliased Typeยง

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