fn write_snapshot_counters<S, L>(
output: &mut MetricOutput,
snapshot: &S,
label_name: &'static str,
read: fn(&S, L) -> u64,
)where
L: ExportedMetricLabel,fn write_snapshot_counters<S, L>(
output: &mut MetricOutput,
snapshot: &S,
label_name: &'static str,
read: fn(&S, L) -> u64,
)where
L: ExportedMetricLabel,