Type Alias let_engine::WeakObject

source ·
pub type WeakObject = Weak<Mutex<Node<Box<dyn GameObject>>>>;

Aliased Type§

struct WeakObject { /* private fields */ }