pub type SharedEntity = Arc<dyn Entity>;
Type alias for a shared entity reference.
pub struct SharedEntity { /* private fields */ }