Skip to main content

ModelReadGuard

Type Alias ModelReadGuard 

Source
pub type ModelReadGuard<'a, M> = RwLockReadGuard<'a, M>;
Expand description

A guard for reading an object from the identity map.

Aliased Typeยง

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