Skip to main content

ModelRef

Type Alias ModelRef 

Source
pub type ModelRef<M> = Arc<RwLock<M>>;
Expand description

A reference to an object in the identity map.

Aliased Typeยง

pub struct ModelRef<M> { /* private fields */ }