[][src]Type Definition opentelemetry::sdk::metrics::LabelSet

type LabelSet = HashMap<Cow<'static, str>, Cow<'static, str>>;

Collection of label key and value types.

Trait Implementations