zng::var

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