zng::var

Type Alias BoxedAnyVar

source
pub type BoxedAnyVar = Box<dyn AnyVar>;
Expand description

Represents a type erased boxed var.

Aliased Typeยง

struct BoxedAnyVar(/* private fields */);