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 */ }
pub type AgentCostLimitsMap = HashMap<u32, AgentCostLimits>;
A map of cost limits for an agent, keyed by year
struct AgentCostLimitsMap { /* private fields */ }