[][src]Trait metrics::AsScoped

pub trait AsScoped<'a> {
    fn as_scoped(&'a self, base: String) -> String;
}

A value that can be used as a metric scope.

Required methods

fn as_scoped(&'a self, base: String) -> String

Loading content...

Implementations on Foreign Types

impl<'a> AsScoped<'a> for str[src]

Loading content...

Implementors

impl<'a, 'b, T> AsScoped<'a> for T where
    &'a T: AsRef<[&'b str]>,
    T: 'a, 
[src]

Loading content...