Var

Type Alias Var 

Source
pub type Var<VStore> = Box<dyn IntVariable<VStore>>;

Aliased Typeยง

pub struct Var<VStore>(/* private fields */);