Type Alias cairo_lang_lowering::destructs::DestructAdderDemand

source ·
pub type DestructAdderDemand = Demand<VariableId, (), PanicState>;

Aliased Type§

struct DestructAdderDemand {
    pub vars: OrderedHashMap<Id<Variable>, ()>,
    pub aux: PanicState,
}

Fields§

§vars: OrderedHashMap<Id<Variable>, ()>§aux: PanicState