pub type EntityRc = Rc<RefCell<Entity>>;
A reference-counted, interior-mutable handle to an Entity.
Entity
pub struct EntityRc { /* private fields */ }