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