CounterSources

Type Alias CounterSources 

Source
pub type CounterSources = HashMap<String, HashMap<String, BigInt>>;
Expand description

Map of source streams to their subject-value contributions.

Aliased Typeยง

pub struct CounterSources { /* private fields */ }