[][src]Trait instrumented::prometheus::core::Describer

pub trait Describer {
    fn describe(&self) -> Result<Desc, Error>;
}

An interface for describing the immutable meta-data of a Metric.

Required methods

fn describe(&self) -> Result<Desc, Error>

describe returns a Desc.

Loading content...

Implementors

impl Describer for Opts[src]

impl Describer for HistogramOpts[src]

Loading content...