[][src]Trait metrics_core::IntoLabels

pub trait IntoLabels {
    fn into_labels(self) -> Vec<Label>;
}

A value that can be converted to Labels.

Required methods

fn into_labels(self) -> Vec<Label>

Consumes this value, turning it into a vector of Labels.

Loading content...

Implementations on Foreign Types

impl IntoLabels for Vec<Label>[src]

impl<'_, T, L> IntoLabels for &'_ T where
    Self: IntoIterator<Item = L>,
    L: Into<Label>, 
[src]

Loading content...

Implementors

Loading content...