pub type BoxedWeakVar<T> = Box<dyn WeakVarBoxed<T>>;
Expand description
Represents a weak reference to a BoxedVar<T>
.
Aliased Typeยง
struct BoxedWeakVar<T>(/* private fields */);
pub type BoxedWeakVar<T> = Box<dyn WeakVarBoxed<T>>;
Represents a weak reference to a BoxedVar<T>
.
struct BoxedWeakVar<T>(/* private fields */);