Type Alias zng::var::BoxedWeakVar
source · 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 */);