pub type HistogramRef<'a, const N: usize> = MetricRef<'a, HistogramState<N>>;
struct HistogramRef<'a, const N: usize>(/* private fields */);