RwLockWriteContext

Type Alias RwLockWriteContext 

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

Aliased Typeยง

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