Trait dipstick::MetricKey [] [src]

pub trait MetricKey: Debug { }

A metric identifier defined by a specific metric sink implementation. Passed back to when writing a metric value May carry state specific to the sink's implementation

Implementors