pub trait LocalMetric: EncodeMetric + Debug { }
Similar to Metric, but without the Send and Sync requirement.
Metric
Send
Sync