RwLockWriteContext

Type Alias RwLockWriteContext 

Source
pub type RwLockWriteContext<'a> = RwLockWriteGuard<'a, InnerContext>;
Expand description

A write guard for the InnerContext.

Aliased Typeยง

pub struct RwLockWriteContext<'a> { /* private fields */ }