pub type PrometheusHistogram = Either<Histogram, HistogramVec>;
Expand description

Trait Implementations§

source§

impl TryFrom<&Key> for PrometheusHistogram

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(key: &Key) -> Result<Self, Self::Error>

Performs the conversion.