pub type GasIndex = HashMap<String, ContractGas>;Expand description
All gas estimates indexed by (source_path, contract_name).
Aliased Typeยง
pub struct GasIndex { /* private fields */ }pub type GasIndex = HashMap<String, ContractGas>;All gas estimates indexed by (source_path, contract_name).
pub struct GasIndex { /* private fields */ }