1 2 3 4
use rust_decimal::Decimal; use std::collections::HashMap; pub type IndexWeights = HashMap<String, Decimal>;