Skip to main content

WeakEntity

Type Alias WeakEntity 

Source
pub type WeakEntity = Weak<dyn Entity>;
Expand description

Type alias for a weak entity reference.

Aliased Typeยง

pub struct WeakEntity { /* private fields */ }