Type Alias RwLockWriteContext

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

Aliased Typeยง

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