cairo_lang_lowering::destructs

Type Alias 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