RwLockOptionWriteGuard

Type Alias RwLockOptionWriteGuard 

Source
pub type RwLockOptionWriteGuard<T> = OwnedRwLockMappedWriteGuard<Option<T>, T>;

Aliased Typeยง

pub struct RwLockOptionWriteGuard<T> { /* private fields */ }