[][src]Function solana_libra_metrics::export_counter

pub fn export_counter<M, S>(col: &mut HashMap<String, String, S>, counter: &M) where
    M: Metric,
    S: BuildHasher