Type Alias InstrumentCounter

Source
pub type InstrumentCounter = Arc<Mutex<HashMap<String, Vec<usize>>>>;

Aliased Typeยง

pub struct InstrumentCounter { /* private fields */ }