pub trait ToLabel {
    // Required method
    fn to_label(&self) -> String;
}
Expand description

Trait is used for converting data to Prometheus labels

Required Methods§

source

fn to_label(&self) -> String

Implementations on Foreign Types§

source§

impl ToLabel for Query

Implementors§