Trait snarkos_metrics::IntoLabels[][src]

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

A value that can be converted to a vector of Labels.

Required methods

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

Implementations on Foreign Types

Implementors