Type Alias AgentCostLimitsMap

Source
pub type AgentCostLimitsMap = HashMap<u32, AgentCostLimits>;
Expand description

A map of cost limits for an agent, keyed by year

Aliased Typeยง

struct AgentCostLimitsMap { /* private fields */ }