pub type ModelRef<M> = Arc<RwLock<M>>;
A reference to an object in the identity map.
pub struct ModelRef<M> { /* private fields */ }