pub type CounterSources = HashMap<String, HashMap<String, BigInt>>;
Map of source streams to their subject-value contributions.
pub struct CounterSources { /* private fields */ }