pub type ExchangeRates = HashMap<String, f64>;

Aliased Type§

struct ExchangeRates { /* private fields */ }