Trait dipstick::AsSource [] [src]

pub trait AsSource {
    fn as_source(&self) -> AggregateSource;
}

Something that can be seen as a metric source.

Required Methods

Get the metric source.

Implementors