Skip to main content

ModelWriteGuard

Type Alias ModelWriteGuard 

Source
pub type ModelWriteGuard<'a, M> = RwLockWriteGuard<'a, M>;
Expand description

A guard for writing to an object in the identity map.

Aliased Typeยง

pub struct ModelWriteGuard<'a, M> { /* private fields */ }