pub type BoxedAnyVar = Box<dyn AnyVar>;
Represents a type erased boxed var.
struct BoxedAnyVar(/* private fields */);
source