Type Alias zng_var::BoxedAnyVar

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

Represents a type erased boxed var.

Aliased Type§

struct BoxedAnyVar(/* private fields */);

Trait Implementations§

source§

impl Clone for BoxedAnyVar

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more