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 */);