pub type WeakEntity = Weak<dyn Entity>;
Type alias for a weak entity reference.
pub struct WeakEntity { /* private fields */ }